magento目录权限magento安装权限
find . -type f -exec chmod 644 ‘{}’ \;
find . -type d -exec chmod 755 ‘{}’ \;
chmod o+w var var/.htaccess app/etc
chmod 550 lib/PEAR
chmod -R o+w media
记录成长的点点滴滴
find . -type f -exec chmod 644 ‘{}’ \;
find . -type d -exec chmod 755 ‘{}’ \;
chmod o+w var var/.htaccess app/etc
chmod 550 lib/PEAR
chmod -R o+w media