Apache config question
5 pts.
0
Q:
Apache config question
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]
ASKED: Mar 5 2008  4:24 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
5 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Last Answered: Mar 5 2008  4:24 PM GMT by Chrissdc   5 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0