我下载了&安装了WAMP。在phpMyAdmin中导入我的数据库并尝试通过我的浏览器启动网站:http://localhost/myWebsite/index.php
我收到以下错误消息:
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.
更新我检查了日志,我看到的所有错误都是:
127.0.0.1 - - [19/Nov/2012:14:40:14 +0000] "GET /myWebsite/index.php HTTP/1.1" 500 528
答案 0 :(得分:2)
根据您的错误日志更新和您收到的错误消息,它是HTTP Error 500,表示服务器知道它遇到错误或无法执行请求。
您需要检查代码以及驻留在服务器上的任何 .htaccess 文件。
答案 1 :(得分:0)
检查是否已加载apache重写模块。
转到wamp_manager -> apache -> modules
并在列表中查找rewrite_module
。
如果它旁边没有TICK,请单击它。 Apache将被退回(停止,开始)。再试一次。
如果没有加载所需的模块,rewite
引擎将无法运行。
答案 2 :(得分:-1)
当然,找到您的服务器日志,他们应该提供一些细节。