My friend has a website that is a place for her art. Everymonth she exceeds her bandwidth due to people directly linking to her images even though she says do not do it.
She has tried using a httaccess file with the following script:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^ [NC]
RewriteCond %{HTTP_REFERER} !^ [NC]
RewriteRule .*\.(gif|GIF|jpg|JPG|png|PNG|bmp|BMP|jpeg| JPEG|zip|ZIP)$ [R]
provided by Cian in thread65-676739 but it doesnt work.
I was wondering (and hoping) if there is a better / alternative way to stop leeching without the use of a .httaccess file. Any one know anything?
Thanks in advance
~*Gwar3k1*~
"To the pressure, everything's just like: an illusion. I'll be losing you before long..."
She has tried using a httaccess file with the following script:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^ [NC]
RewriteCond %{HTTP_REFERER} !^ [NC]
RewriteRule .*\.(gif|GIF|jpg|JPG|png|PNG|bmp|BMP|jpeg| JPEG|zip|ZIP)$ [R]
provided by Cian in thread65-676739 but it doesnt work.
I was wondering (and hoping) if there is a better / alternative way to stop leeching without the use of a .httaccess file. Any one know anything?
Thanks in advance
~*Gwar3k1*~
"To the pressure, everything's just like: an illusion. I'll be losing you before long..."