Image 404 .htaccess

Posted on Tuesday, August 18, 2009 in .htaccess

# img not found
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} \.(gif|jpg|jpeg|png)$
RewriteRule .* images/spacer.gif [L]

Leave a Comment

You must be logged in to post a comment.