What are the different CHMOD i have to apply for files and folders in the server ? All to 777 ?
I have some problem to access to my page, i get a 500 error but my files and folders are CHMOD 644 or 655 i think...
In general files and directories should be 0644 and 0755 respectively.
The /data and /internal_data directories should be:
0666/0777 if PHP runs as "nobody" (the web server user)
0644/0755 if it runs as "your" user (suPHP for example)