Return to Snippet

Revision: 49061
at July 15, 2011 02:07 by eristoddle


Initial Code
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
chmod 666 app/etc/use_cache.ser

Initial URL


Initial Description


Initial Title
Magento File Permissions

Initial Tags


Initial Language
Bash