Click here to get back home

Disable hot-linking: substitute image not loading?

 HomeNewsGroups | Search | About
 alt.www.webmaster    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
Disable hot-linking: substitute image not loading? andrew 06-08-2008
Posted by andrew on June 8, 2008, 10:42 pm
Please log in for more thread options
Hi,

Having discovered a few bandwidth leachers I have successfully
disabled image hot-linking with a .htaccess file as follows:

RewriteEngine on
RewriteCond % !^$
RewriteCond % !^http://www.andrews-corner.org.*$ [NC]
RewriteRule \.(gif|jpg|jpeg|png)$ http://www.andrews-corner.org/shrek.jpg [R]

But the shrek image does not appear on the leechers pages. Have I made
a syntax error here?

Andrew


--
http://www.andrews-corner.org

Posted by andrew on June 8, 2008, 11:27 pm
Please log in for more thread options

> RewriteEngine on
> RewriteCond % !^$
> RewriteCond % !^http://www.andrews-corner.org.*$ [NC]
> RewriteRule \.(gif|jpg|jpeg|png)$ http://www.andrews-corner.org/shrek.jpg [R]

Hmmm.... this works better:

RewriteEngine on
RewriteCond % !^$
RewriteCond % !^http://(www\.)?andrews-corner.org(/)?.*$ [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp|png)$ http://www.andrews-corner.org/shrek.jpe
[R,NC]

Guess I was barring my own image?

Andrew

--
http://www.andrews-corner.org

Similar ThreadsPosted
Disable Form submission until page finishes loading November 26, 2007, 6:42 pm
Re: Dumb-ass hotlinking an image on my site January 22, 2008, 7:32 pm
Re: Dumb-ass hotlinking an image on my site January 22, 2008, 6:28 pm
Re: Dumb-ass hotlinking an image on my site January 22, 2008, 10:49 pm
Dumb-ass hotlinking an image on my site January 22, 2008, 6:07 pm
Re: Dumb-ass hotlinking an image on my site January 23, 2008, 12:45 pm
Re: Dumb-ass hotlinking an image on my site January 23, 2008, 2:00 pm
please, how can I substitute javascript? and is it a good idea? August 8, 2005, 7:21 pm
index.php not loading - HELP August 14, 2006, 7:18 am
"remote loading" April 7, 2008, 3:44 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap