最近花了6元钱新购买了一个阿里云虚拟主机。在安装 WordPress 的过程中,报Internal Server Error异常。现将该异常的解决方法记录整理下来!
相关错误信息如下:
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@sky00.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
解决方案如下:
将 WordPress 安装目录的权限设置成755或777。执行下面的命令即可。
#chmod +x 文件 #dos2unix 文件
加权限和编码即可!