我的htaccess出错了什么错了

时间:2014-10-15 18:56:46

标签: apache .htaccess setting

为什么我有错误500而不是错误404?!!

我的.htaccess是:

<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule \.(jpeg|jpg|gif|png)$ /public/404.php [NC,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

ErrorDocument 404 /errors/404/404.htm

0 个答案:

没有答案