西部数码主机 | 阿里云主机| 虚拟主机 | 服务器 | 返回乐道官网
当前位置: 主页 > php教程 > magento教程 >

Magento出现500 Internal Server Error错误的解决办法

时间:2016-04-04 01:02来源: 作者: 点击:
500 Internal Server Error Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. .... 在justhost空间里装Magento出现这500 Internal Server Error的错误,是知道j

500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

....

在justhost空间里装Magento 出现这500 Internal Server Error的错误,是知道justhost支持magento的,初步怀疑权限错误的原因。

询问justhost的在线帮助,最后得到解决:

  • Magento网站根目录的文件权限设为666
     
  • 目录的权限设为755


附,系统命令的话就是

    system ( 'find ./ -type f -exec chmod 644 {} \;' ) ; 
    system ( 'find ./ -type d -exec chmod 755 {} \;' ) ; 
    system ( 'find ./ -name \*.cgi -exec chmod 755 {} \;' ) ; 
    system ( 'find ./ -name \*.pl -exec chmod 755 {} \;' ) ; 
    system ( 'find ./ -name \*.pm -exec chmod 755 {} \;' ) ;

这样就解决了Magento的500 Internal Server Error 错误。

(责任编辑:好模板)
顶一下
(0)
0%
踩一下
(0)
0%
------分隔线----------------------------
栏目列表
热点内容