.htaccess help?
I want to stop people hotlinking to my images and costing me bandwidthHeres a snip from my .htaccess
# Rewrite
AuthUserFile /dev/null
AuthGroupFile /dev/null
RewriteEngine On
RewriteCond %{HTTP_REFERER} !>http://cpfc.org [NC]
RewriteCond %{HTTP_REFERER} !>http://www.cpfc.org [NC]
RewriteCond %{HTTP_REFERER} !>http://cpfc-online.com [NC]
RewriteCond %{HTTP_REFERER} !>http://www.cpfc-online.com [NC]
RewriteRule /* http://www.cpfc.org/bad.gif [R,L]
AuthUserFile /dev/null
AuthGroupFile /dev/null
RewriteEngine On
RewriteCond %{HTTP_REFERER} !>http://cpfc.org [NC]
RewriteCond %{HTTP_REFERER} !>http://www.cpfc.org [NC]
RewriteCond %{HTTP_REFERER} !>http://cpfc-online.com [NC]
RewriteCond %{HTTP_REFERER} !>http://www.cpfc-online.com [NC]
RewriteRule /* http://www.cpfc.org/bad.gif [R,L]