Hi,
My images dont show up at all, even on my site, when I have this .htaccess file.....
AuthUserFile /dev/null
AuthGroupFile /dev/null
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^ [NC]
RewriteCond %{HTTP_REFERER} !^ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp|JPG)$ - [F,NC]
I am trying to keep other people from linking my images on there own site and using up my bandwidth
My images dont show up at all, even on my site, when I have this .htaccess file.....
AuthUserFile /dev/null
AuthGroupFile /dev/null
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^ [NC]
RewriteCond %{HTTP_REFERER} !^ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp|JPG)$ - [F,NC]
I am trying to keep other people from linking my images on there own site and using up my bandwidth