I'm trying to get a rewriteCond & rewriteRule to work. I want the command to check for a file(image) and if it doesn't find it to use a default image. Not having any luck getting the command right.
example:
RewriteCond /doc/route/%{REQUEST_FILENAME} !-f
RewriteRule ^(.+) /dir/images/dir/00000000.JPG [L]
Software/Hardware used:
ASKED:
March 5, 2008 4:24 PM