Tuesday, October 19, 2010

Magento: RESET MAGENTO FILE PERMISSIONS VIA SSH

find . -type f -exec chmod 644 {} \;
   find . -type d -exec chmod 755 {} \;
   chmod o+w var var/.htaccess includes includes/config.php app/etc
   chmod 550 pear
   chmod -R o+w med

1 comment:

Powered by Blogger.