1

我下载并安装了 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
4

3 回答 3

2

根据您的错误日志更新和您收到的错误消息,这是一个HTTP 错误 500,表示服务器知道它遇到了错误或无法执行请求。

您需要检查您的代码和驻留在服务器上的任何.htaccess文件。

于 2012-11-20T06:05:49.823 回答
0

检查您是否已加载 apache 重写模块。

前往并在列表中wamp_manager -> apache -> modules查找。rewrite_module

如果它旁边没有 TICK,请单击它。Apache 将被反弹(停止,启动)。再试一次。

如果rewite没有加载所需的模块,引擎将无法工作。

于 2013-10-28T09:58:03.920 回答
-1

当然,找到您的服务器日志,它们应该提供一些详细信息。

于 2012-11-19T14:39:37.067 回答