当前位置:web 服务器 > Apache >>

.htaccess 设置图片 404的方法

问题:.htaccess伪静态需要设置 图片404的默认图片
答案:
RewriteEngine on
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f

RewriteRule \.(gif|jpe?g|png|bmp) /zzzyk.com/logo.gif [NC,L]


参考:页面404设置方法
ErrorDocument 404 /404.html
Apache
IIS
Nginx
Tomcat
如果你遇到web 服务器难题:
访问www.zzzyk.com 试试
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,