wamp服务器500内部服务器错误
我有一个在XAMPP上运行的网站.
i have a website running on XAMPP.
我不知道网站编写的php版本和apache的版本.
i don't know about its version of php that the web site is written by and version of apache too.
我想在Windows上移动它,但收到消息00-Internal server error occurs
.
I want to move it on windows but got the message 00-Internal server error occurs
.
我也这样做了(wamp-> apache-> apache modules-> rewrite-modules),然后重新启动我的wamp,但是什么也没发生.
i did it too ( wamp->apache->apache modules->rewrite-modules ) and restart my wamp but nothing happened.
这是我看到的错误:
内部服务器错误服务器遇到内部错误或 配置错误,无法完成您的请求.请 请通过admin @ localhost与服务器管理员联系,以通知他们 发生此错误的时间以及您执行的操作 在此错误之前.可能会提供有关此错误的更多信息 在服务器错误日志中.
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@localhost 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.
有什么解决办法!
我会很感激
您应激活文件httpd.conf
中的重写模块.
You should activate the rewrite module in the file httpd.conf
.
更改此行:
#LoadModule rewrite_module modules/mod_rewrite.so
至:
LoadModule rewrite_module modules/mod_rewrite.so