Apache .htaccess Hotlink CDN / Parallel Subdomains Drupal CDN

Author:

phil

Created:

2011/12/03 - 00:50

Last Updated:

2012/02/17 - 04:21

Extending my blog: apache .htaccess rewrite cdn / parallel subdomains a little further, I wanted to also ad some code to block hot linking from the primary domain as well as include the CDN / parallel subdomains as well.

If you don't know what "hot linking" is, it is a way to keep people, bots from hosting YOUR images, on THEIR website. When someone does this, it eats away at your bandwidth because you are basically hosting a file for someone else at that point... I see a lot of these coming from cash pages in Russia and the like... If you have unlimited bandwidth hosting it isn't that big of a deal, but keep in mind that there is always a bottleneck of some kind with your hosting bandwidth and the more people leeching pictures and files from you, the less bandwidth to go around for everyone using that service.

RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^https?://example1.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https?://(srv(1|2|3)\.)?example1.com/.*$ [NC]
RewriteRule ^.*\.(gif|jpe?g|png)$ http://example2.net/misc/images/hotlink-image.jpg [NC,R,L]

Post Comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.

Comments

The Wichita Computer Guy is hosted by one of the best hosting companies on the market: Hostgator.com. Not only do they provide unlimited domain addons, subdomains and parked domains, they also offer unlimited databases, unlimited hosting space and unlimited bandwidth! We have been using Hostgator for several years now and had great customer service support and almost 100% uptime. If you are looking for a website hosting company that provides everything you need for a powerful CMS based website, take a look at Hostgator.com!!