|
As with Perl scripts, you may need to set
permissions on certain files and directories that your PHP scripts
use. Any file that a PHP script will need to write to, such as a
data file, will need to be set as writeable by everybody (world
writeable) - likewise, in any directory that a PHP script needs
to create a file in, that directory will have to be set as writeable
by everybody as well. See "About UNIX File and Folder
Permissions" and "Setting UNIX Folder & File Permissions"
in our Perl section here. |