Quote:
|
Originally Posted by Lycanthrope
Fusionx is probably right, but this should work:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule \.jpg$ /path/to/missing.jpg [L]
but be prepared for much more cpu usage
|
Problem with that is it wants a fairly specific filename and they can vary hugely but thanks for the suggestion. I'll try the first idea in a bit and see how it goes
