MyBB Community Forums

Full Version: Which directories should be chmoded and to what?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
During installation, I had to chmod all of the directories which were "unwritable" (all the ones it listed) to 777. I didn't realize I had left the "Apply to all subdirectories and files" option on until afterwards. I am assuming that all files other than a certain few should be 755. Is there a list of the ones that need to be 777?

Thanks.
Files that need 777 ::

/inc/settings.php
/inc/config.php

Directories that need 777 ::

/uploads/
/uploads/avatars/

----------------

All other directories [755] / files [644]
OK, thanks, that helps me a lot. Smile