服务器错误!使用.htaccess文件时出错500

时间:2015-02-06 20:03:22

标签: php apache .htaccess

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.+)$ index.php?url=$1 [QSA, L]

我使用此.htaccess文件,当我访问http://localhost/sites/MVC/help时,它不会返回index.php,但会提供:

  

服务器错误!

     

服务器遇到内部错误但无法完成   你的申请。服务器过载或出现错误   一个CGI脚本。

     

如果您认为这是服务器错误,请与网站管理员联系。

     

错误500

     

localhost Apache / 2.4.10(Win32)OpenSSL / 1.0.1i PHP / 5.5.19

1 个答案:

答案 0 :(得分:0)

启用重写模块。这将解决您的错误。