|
Posted by Peter van Schie on 07/19/06 19:43
Hoopster schreef:
> Hello,
>
>
> I'm using PHP Designer along with XAMPP and I'm a NOOB.
>
> I need to CHMOD a folder on my local hard drive in order to make a PHP
> script work. How do you do this? I have tried point to the folder with
> a path, but it doesn't work. I have tried to use the internal FTP
> Filezilla also but nothing. Any help would be appreciated. I want to
> try out scripts locally without installing them on my webhost account.
>
Open a commandshell and type: chmod 777 /full/path/to/folder to give
everyone read, write and execute rights. Or 666 if you don't need the
execute rights. If you want to know what you're actually doing using
chmod, check out this tutorial: http://catcode.com/teachmod/
Good luck and hth.
Peter.
--
http://www.phpforums.nl
Navigation:
[Reply to this message]
|