404错误页面.htaccess上的格式错误

时间:2018-03-03 19:24:48

标签: php html .htaccess

我是.htaccess个文件的新手,我遇到以下问题:我尝试重定向到404页面,但如果URL包含的目录不存在,则错误页面会丢失其格式

这是我的代码:

RewriteEngine on
RewriteCond %{THE_REQUEST} /([^.]+)\.html [NC]
RewriteRule ^ /%1 [NC,L,R]

RewriteCond %{REQUEST_FILENAME}.html -f
RewriteRule ^ %{REQUEST_URI}.html [NC,L]
ErrorDocument 404 /404.html

0 个答案:

没有答案