Page 1 of 1

file/folder permissions?

PostPosted: 11. September 2007 01:17
by sykowizard
I am trying to install a script on my webserver, and need to chmod a config.php file.

how do i go about setting the permissions to 777 on a windows platform?

PostPosted: 11. September 2007 09:14
by Wiedmann
Not really possible (Windows have no chmod).

Just make shure that this file is not "read-only" (right click in Explorer).
(If the script explicit looks if the file have exactly chmod 777, the script is buggy.)

PostPosted: 12. September 2007 01:49
by sykowizard
Thanks, I will check it out and see if that works...