Answer the question
In order to leave comments, you need to log in
Replace not found image with another one via htaccess?
How to replace an unfound image in a folder with another one using htaccess?
Answer the question
In order to leave comments, you need to log in
The easiest option is to place an .htaccess file in the img directory containing such code
or like this
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^img/.*\.(jpg|jpeg|png|gif)$ /img/404.png [L]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question