Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
'conf' folder permissions?
Hello
During the installation I changed the 'conf's folder permissions to 777 so that the installer could modify and add the settings ... after the installation ... what permissions should the folder(and all the contained files and folders) have ?
Also do I need to change the permissions of the other folders or keep the recommended permissions that I've set during the installation?
Last thing: is it safe to delete 'setup' folder?
0
This discussion has been closed.
Comments
for the permission that depends of your apache setting and of the owner of the conf folder and files inside.
For the conf folder, the php user* need access to it; you could try 110 or 550 or 750.
For the files in the conf folder, the php user* need read and write access, You could try 640 or 660.
However for security, there is also a conf/.htaccess with:
<Limit GET POST PUT> Order Allow,Deny Deny from All </Limit>