Try this code in your vhost entry:
RewriteEngine On
RewriteCond "%{DOCUMENT_ROOT}%{REQUEST_URI}" !-f
RewriteRule \.(gif|jpe?g|png|bmp) /path/to/your/404.gif [NC,L]
Cheers!
Note: This idea was found on the web. At the time of this writing, I cannot find the original source. But if I do, I will properly credit them!
Update A forum link was found as a reference:http://www.webmasterworld.com/apache/3274493.htm
2 comments:
found a reference here: http://www.webmasterworld.com/apache/3274493.htm.
thaks for the tip, i will use it tomorrow :-)
supareno, thank you kindly. a reference for us all! cheers!
Post a Comment