Cheap Hotlinking Protection Personal Web Hosting

Our cheap personal hotlinking protection web hosting prevent thieves from stealing your bandwidth.

Hotlinking is direct linking to a website's files. An example would be siteA.ext using an <img> tag to display a .jpg image located at siteB.ext.

Hotlinking is also known as inline linking, leeching, or direct linking.

  
Why do people hotlink?

Hotlinking is done to conserve bandwidth by stealing someone else's bandwidth.

Bandwidth is the amount of data transferred to and from a website. Every time a page or picture is viewed, data is transferred between the visitor's web browser and the website. If a website is over its monthly bandwidth, it's taken offline until the owner orders a bandwidth upgrade.

  
A hotlinking example:

theif.ext wants to add some pictures to his website. theif.ext predicts that thousands of people will view these pictures every day. theif.ext knows he does not have enough bandwidth to host these pictures from his own site.

theif.ext finds another website that has the same picture files, say victim.ext. theif.ext hotlinks the pictures from victim.ext's website by adding the following html code to his gallery.html page.

<img src="http://victim.ext/image1.jpg">
<img src="http://victim.ext/image2.jpg">
etc...

theif.ext is now hotlinking pictures from victim.ext's website. Even though the pictures show up when going to theif.ext/gallery.html, the data that is being transferred to your web browser is coming from victim.ext's website.

It is not uncommon for the victim to run out of bandwidth due to hotlinking.
  

What can be done to prevent hotlinking?

We provide an easy to use control panel that allows you to setup and configure hotlink protection.

If your host does not have this feature, you may stop hotlinking of your images from other sites by using a .htaccess file. The following code will cause an image called nohotlinking.gif2 to be displayed instead of your images.

 

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?your-site\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*\.(jpe?g|gif|bmp|png)$ /images/nohotlinking.gif2 [L]

 

Notes:

  1. The first line of the above code begins the rewrite.

  2. The second line matches any requests from your-site.com url.

  3. The [NC] code means "No Case".

  4. The third line means allow empty referrals.

  5. The last line matches any files ending with the extension jpeg, jpg, gif, bmp, or png. This is then replaced by the nohotlinking.gif2 file in your images directory. This gif image is using the extension .gif2 instead of .gif to prevent blocking of your own replacement image.
      

To stop hotlinking only from specific domains such as myspace.com, blogspot.com, and livejournal.com, place this code in your .htaccess file.

 

RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?myspace\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?blogspot\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?livejournal\.com/ [NC]
RewriteRule .*\.(jpe?g|gif|bmp|png)$ /images/nohotlinking.gif2 [L]

 

If you are worried bout your nohotlinking.gif2 image using up all of your bandwidth, you can display a 403 Forbidden error code instead of an image. Replace the last line with the following:

 

RewriteRule .*\.(jpe?g|gif|bmp|png)$ - [F]

 


Buy one of our cheap hotlinking protection personal web hosting packages today.
 

Hotlinking Protection

Hotlinking Protection Hosting

Cheap Hotlinking Protection Personal Web Hosting


Cheapest Hotlinking Protection Web Hosting
  

 

Hotlinking protection is included in all web hosting packages at no additional cost. Hotlink protection can easily be configured with a few clicks of the mouse using the control panel.

 

  

Cheap Personal Web Hosting

HostCherry.com provides cheap personal web hosting while providing the very best quality service in the industry. We keep expenses down by cutting all unnecessary costs and by utilizing the latest open source software allowing us to provide the most reliable personal web hosting.

When you choose one of our cheap personal web hosting packages, you receive 100's of features providing everything your website needs to flourish online. Our cheap personal web hosting provides an abundant amount disk space and bandwidth, shopping carts, blogs, forums, image galleries, and more.
You deserve a cheap personal web hosting provider with rock-solid reliability. Our robust network infrastructure ensures maximum uptime and superior performance for our cheap personal web hosting packages. Our network architecture utilizes the Enterprise routing and switching engines from Juniper and Cisco. We utilize Juniper M20 routers as border routers, Cisco 6500 series switches in our distribution layer and Cisco 6500 switches in our aggregation layers, and Cisco 3500 and 2900 series switches at the client layer. Our network is fully meshed and redundant with 8 backbone providers for a total of 28 Gbps of available bandwidth.

 
Being the leading cheap personal web hosting provider in the industry, our goal is to provide our customers comprehensive resolutions to problems in a quick timeframe. Our help desk system routes technical support questions directly to support team members that are best able to resolve your issue. Our current average help desk response time is 9 minutes 58 seconds.