Quote:
Originally Posted by PKIDelirium
So what happens with programs like Coppermine Gallery, PhpBB, Invision Board, etc. that require CHMOD 777? Will they still be able to work?
|
Yes, those instructions are written for php running as an Apache module, while here php is run as CGI. Just ignore all directions to CHMOD anything. The default settings when using FTP to upload scripts will work. If any script internally tries to CHMOD a file or folder to 777, php will simply ignore that command.