Internal server error with 777 chmodded folders and files
| For PHP applications to access MySQL databases or upload (write) files to site folder(s), the file and/or directory access permissions almost always need to be set open enough for the application to do its work. Unfortunately, this also allows any user with access to the Web server to read and/or modify files. Website vandals take advantage of this exploit to modify both the user's own website and other sites on the same server.
Solution: chmod files and folders to 755 instead of 777. |
Also Read
Powered by WHMCompleteSolution