Someday I will understand everything about file permissions but...
right now I am trying to write new files with a PHP script. I assumed (wrongly) that if I made the directory (drwxrwxrwx) with chmod 777, I could write to it. Not so. Do I need a .htaccess file to allow this operation? What goes in the .htaccess file? Thanks.
right now I am trying to write new files with a PHP script. I assumed (wrongly) that if I made the directory (drwxrwxrwx) with chmod 777, I could write to it. Not so. Do I need a .htaccess file to allow this operation? What goes in the .htaccess file? Thanks.