我的css和png不能在我的404目录上工作

时间:2014-04-06 18:17:03

标签: apache .htaccess apache2 http-status-code-404

我的css和png。处理常规错误,但不是我做localhost/example/example之类的事情。 css和png没有与错误页面连接。它仅在我执行localhost/example之类的操作时才有效。我的.htaccess看起来像这样

ErrorDocument 400 /404
ErrorDocument 401 /404
ErrorDocument 403 /404
ErrorDocument 404 /404
ErrorDocument 500 /404

0 个答案:

没有答案