Phpmyadmin WAMP内部服务器错误

Phpmyadmin WAMP内部服务器错误,phpmyadmin,wamp,Phpmyadmin,Wamp,我下载并安装了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 ad

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

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

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

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


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

根据您的错误日志更新和收到的错误消息,这是一个指示服务器已意识到遇到错误或无法执行请求的错误


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

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

转到
wamp\u管理器->apache->modules
并在列表中查找
rewrite\u module

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


如果未加载所需的模块,
重新布线引擎将无法工作。

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

转到
wamp\u管理器->apache->modules
并在列表中查找
rewrite\u module

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


rewite
引擎在没有加载所需模块的情况下无法工作。

这还不算太远,请尝试启用mod rewrite uncomment#LoadModule rewrite_module modules/mod_rewrite。因此,在您的htaccess文件中,www文件夹中有数十亿个htaccess文件。你能澄清一下是哪一个吗?抱歉,伙计,早些时候,我指的是httpd.conf,应该是wamp安装apache.Ok的地方。我把文件打开了。你能再清楚地说明一下我需要做什么吗?你之前的帖子对我来说没什么意义。非常感谢您的帮助。当然,您应该会看到其中的一行内容:#LoadModule rewrite_module modules/mod_rewrite.so,只需删除#这不太远,请尝试启用mod rewrite uncomment#LoadModule rewrite_modules modules/mod_rewrite。因此,在您的htaccess文件中,www文件夹中有数十亿个htaccess文件。你能澄清一下是哪一个吗?抱歉,伙计,早些时候,我指的是httpd.conf,应该是wamp安装apache.Ok的地方。我把文件打开了。你能再清楚地说明一下我需要做什么吗?你之前的帖子对我来说没什么意义。非常感谢您的帮助。当然,您应该会看到其中的一行,上面写着:#LoadModule rewrite_module modules/mod_rewrite。因此,只需删除#