I am trying to move a file using php from one directory to another..that is all. Any ideas?
So far it gives me a permission denied error.
My httpd configurations are:
<Directory C:/Program Files/Apache Group/Apache/htdocs>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
order deny,allow
Allow from all
</Directory>
Thanx