.htaccess文件[获得500错误]

时间:2014-06-18 22:17:21

标签: .htaccess

有人告诉我代码的错误吗?我得到500错误!

Options -Multiviews -Indexes +FollowSymLinks

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l

RewriteEngine ON
RewriteRule ^([^\.]+)$ $1.php [NC,L]

编辑:

  • 我想删除.php扩展名

由于

1 个答案:

答案 0 :(得分:0)

首先,将RewriteEngine ON写在顶部,使用<IfModule mod_rewrite.c></IfModule>作为整体。一些RewriteCond后出现一个RewriteRule

在此之后,它可能会起作用。

编辑:(编辑问题)

以下是答案,它刚回答:Remove HTML extension