What Am I doing wrong?
I am trying to stop my missing images from redirecting useless hits to sponsors from my 404s/403s
ErrorDocument 404
http://www.domain.com/
ErrorDocument 403
http://www.domain.com/
RewriteCond %{ENV:ERROR404} \.(jpe?g|gif|png)$ [NC]
RewriteRule ^.*$
http://www.domain.com/black.gif [L]