|

楼主 |
发表于 2025-2-21 21:01:21
|
显示全部楼层
- # Image not found replacement
- RewriteCond %{REQUEST_FILENAME} !-f
- RewriteRule images/.+\.(gif|jpe?g|a?png|bmp|webp) content/images/system/default/404.gif [NC,L]
- RewriteRule images/.+\.(gif|jpe?g|png|bmp|webp) - [NC,L,R=404]
复制代码
這樣不起作用 |
|