Reseting Magento file permissions
May 12th, 2010 in E-Commerce
Reseting magento file permissions from command shell (SSH) shorthand:
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 media ![]() |
Timur Information Architect |
Comments (0)