PDA

View Full Version : Permission 777 To config.inc.php File?



Daniel
January 13, 2011, 06:37 AM
Hi,

During installation of Flynax software, we have to change permission for config.inc.php file from 644 to 777.


Permissions
/tmp/aCompile/
Admin Panle compile files directory Unwritable
/tmp/compile/
Front-End compile files directory Unwritable
/tmp/cache/
Cache files directory Unwritable
/tmp/errorLog/
Error logs files directory Unwritable
/tmp/upload/
Temporary uploaded files directory Unwritable
/files/
Listings, accounts, banners etc. files directory Unwritable
/includes/config.inc.phpStable config file Unwritable
/admin/
(Optional) Admin Panel directory,
NOTICE: the permissions must be restored manually (set 755) after installation Unwritable

For Admin Panel directory, we are asked to set the permission to 755 after the installation.

What about config.inc.php? Should we change it back to 644 or set to 755 or leave it as 777?

Mike
February 25, 2011, 10:41 AM
Hello Daniel,

We are sorry for the late answer,

After the installation you can change permissions back to 644 for the config.inc.php file

77 is necessary to write information to the file during the installation - database and other details.