This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== File Permissions ====== ===== General ===== These are the default permissions for all files on CMS, Forums etc (Joomla, Wordpress, phpMyAdmin, myBB, etc) ==== Directories ==== <sxh bash>find . -type d -exec chmod 755 {} \; </sxh> ==== Files ==== <sxh bash>find . -type f -exec chmod 644 {} \;</sxh> ===== Application Specific ===== ==== Joomla ==== <sxh bash>chmod 644 configuration.php</sxh> ==== MyBB ==== <sxh bash>chmod 666 inc/config.php inc/settings.php chmod 777 cache/ cache/themes/ uploads/ uploads/avatars/</sxh>