.htaccess无法在我的localhost xamp中工作

时间:2015-10-03 16:22:05

标签: php .htaccess url-rewriting xampp localhost

我将它用于我的XAMPP本地主机服务器,但它显示错误:

ErrorDocument 404 /project/filenotfound.php

RewriteEngine on
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ $1.php [L,QSA]
  

错误是:内部服务器错误

     

服务器遇到内部错误或配置错误   无法完成您的请求。

     

请联系postmaster @ localhost的服务器管理员   告知他们此错误发生的时间以及您的行为   在此错误之前执行。

     

有关此错误的详细信息可能在服务器错误中可用   日志中。

     

此外,遇到500内部服务器错误错误   尝试使用ErrorDocument来处理请求。

但是,如果我删除RewriteRule ^ index.php $ - [L]然后它工作但我想在我的文件中

0 个答案:

没有答案