Magento News

 

Resetting File Permissions – fix "" and add mage 550 to chmod

Here’s how to reset your file and directory permissions if PHP is running through FastCGI, suPHP, or LSAPI:

find . -type f -exec chmod 644 {} ;
find . -type d -exec chmod 755 {} ;
chmod 550 pear
chmod 550 mage #for magento 1.5+

If PHP is running as a module (DSO), you will need to do this:

Resetting File Permissions – fix "" and add mage 550 to chmod

Possibly Related Posts:


 

Leave a Reply