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
设置magento目录权限
最新推荐文章于 2023-03-20 11:01:09 发布
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