Posts Tagged: magento文件权限
-
十一 20, 2009
7 Commentslinux 安装 magento 文件权限
进入magento根目录 执行如下设置权限的命令,magento即可以正常安装 # chmod o+w var var/.htaccess app/etc # chmod -R o+w media 若在使用magento connect的时候提示权限报警,进入magento根目录执行如下命令 #find . -type d -exec chmod 777 {} \; 转载标明出处:hellokeykey.com...
