.htaccess内部服务器错误

时间:2015-06-25 20:47:05

标签: apache .htaccess server internal

我需要你的帮助。我使用此.htaccess文件时出现内部服务器错误。请做什么?

我的.htaccess文件

<IfModule mod_rewrite.c>     
<IfModule mod_negotiation.c>         
Options -MultiViews     
</IfModule>      
RewriteEngine On      
# Redirect Trailing Slashes...     
RewriteRule ^(.*)/$ /$1 [L,R=301]      
# Handle Front Controller...     
RewriteCond %{REQUEST_FILENAME} !-d     
RewriteCond %{REQUEST_FILENAME} !-f     
RewriteRule ^ index.php [L] 
</IfModule>

0 个答案:

没有答案