MyBB Community Forums

Full Version: CHMOD Files (config)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I dont have this...
./inc/config.php 666

Instead I have this...
./inc/config.default.php 644

Same thing correct?

Just need to change it to this...
./inc/config.default.php 666

?
As the install docs say, you need to rename it to config.php, and CHMOD it.
Oh ok, so I changed the permissions, just need to rename it then...

also, are these options recommended?

...

filename CHMOD Permission
--------------------------------------------
./admin/backups/ 777
./inc/languages/english/*all files* 666
-- This does not include the ./inc/languages/english/admin/ folder itself, as this is a folder, not a file.
./inc/languages/english/admin/*all files* 666
It depends if you need them or not. If you want to use the automated backup task to create backups in the ./admin/backups/ folder, or you want to be able to edit language strings via the ACP, you'll need them; if not, you don't.