phpwind9.0安装出现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 at admin@example.com to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.
phpwind9.0安装时出现以上错误信息原因在于apache中的rewrite模块没有打开,

解决办法:
在httpd.conf文件中找到
;LoadModule rewrite_module modules/mod_rewrite.so
去掉 ; 保存之后重启apache。

发表评论

电子邮件地址不会被公开。 必填项已用*标注

您可以使用这些HTML标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>