![]() |
|
Article Options |
Hotlink Protection Tutorial (Apache Server - .htaccess files)
by
![]() What is hotlinking and bandwidth theft? Bandwidth theft or "hotlinking" is direct linking to a web site's files (images, video, etc.). An example would be using an <img> tag to display a JPEG image you found on someone else's web page so it will appear on your own site, eBay auction listing, weblog, forum message post, etc. Bandwidth refers to the amount of data transferred from a web site to a user's computer. When you view a web page, you are using that site's bandwidth to display the files. Since web hosts charge based on the amount of data transferred, bandwidth is an issue. If a site is over its monthly bandwidth, it's billed for the extra data or taken offline. A simple analogy for bandwidth theft: Imagine a random stranger plugging into your electrical outlets, using your electricity without your consent, and you paying for it. How Do I know I am hotlinking? This is how you might display an image graphic file in the HTML on your own web page:
This tag tells the site to request the file image.jpg on the same server as the rest of the files on the site. If you were to hotlink an image from an outside server, the HTML might look like this:
This tag tells the site to request the image.jpg from a different server other than your own. Every time the page is loaded, the outside server has to use its bandwidth to display the image. To avoid this problem, don't link to files on servers that don't belong to you. To share images and files on your own web page, upload them to your own server's directory or to a free image hosting service that allows direct linking. Why should I stop hotlinking? Hotlinking can have a lot of undesirable consequences. One is the so-called "switcheroo". If you've linked to an image on someone's server, what's to prevent them from changing the image you linked to? This can have humorous results. Since most sites, forums, etc. have strict policies about offensive images, it wouldn't take much for an aggravated webmaster you've been stealing bandwidth from to shut you down completely with an unwanted "switcheroo". Displaying an image or file that doesn't belong to could be a violation of copyright, making you open to litigation. The owner of the file could utilize DMCA law to have your site shut down and your information given for use in legal proceedings. How can I test to see if my image can be hotlinked? Use our URL hotlink checker below to check the hotlinking protection (such as an htaccess file) on your web site. Enter the complete URL below (ex: http://mysite.com/image.jpg) to see if your image can be loaded and hotlinked by an outside server. Click to go to the Resource & Test Page ****************************************** ****************************************** ****************************************** Following text may not be an ultra professional experience but i've been using these techniques for 2 years and they are working great for me. I've been running two dedicated servers and i've full control over them (my .htaccess file lines included in my httpd.conf file). If your hosting is shared and got some restrictions to use .htaccess files on your account, you should contact your hosting company first to enable them. Notice: .htaccess files can only be used by Apache web servers and they will not work on a windows system. Hotlink Protection Enabled .htaccess File Tutorial -Create a new TXT file named *'sample.htaccess' and open it with your text editor (NotePad). *Windows users won't be able to create it as '.htaccess' so you have to rename 'sample.htaccess' to '.htaccess' after it's been uploaded to your server. -Copy and paste the following lines to 'sample.htaccess' file:
-Upload 'sample.htaccess' file to your web server's root and rename it to '.htaccess'. Read the following text to figure out how to customize your own .htaccess file. RewriteCond %{HTTP_REFERER} !^$ = Allow direct requests (ie. entering the url to an image in your browser). People can't publish your image files at their own web pages but they still can view them by entering their url in the browser window. These images can also be viewed (shared) by clicking on their urls in Instant Messenger windows. [NC] = "No Case", meaning match the url regardless of being in upper or lower case letters. [R] = Redirect *(jpg|jpeg|gif|png|bmp|swf) = Files to block I used to redirect blocked files to a custom .jpe image file. If you prefer this option, you should use the following .htaccess file:
My .htaccess file:
First piece of lines got RewriteCond %{HTTP_REFERER} !^$ line as i don't want people to be able to access those kind of files directly. (The protection for the image files doesn't have that line) If you don't want a redirection for (mp3|mpeg|mpg|ram|rm|wma|wav|asx|wmv|avi|mov|zip|rar|exe), you can use replace that line with the following display your Error Code 404 page:
.htaccess files effect the folder it's in and all of the subfolders. If you want to exclude a subfolder from the hotlink protection, create another .htaccess file with the lines below and upload it to that directory:
Feel free to reply this thread if i made some mistakes ![]() This tutorial is written by NeutralizeR @ MsXLabs Organization No members have liked this post.
Last edited by NeutralizeR; 22 Mar 2008 at 08:31.. |
||||||||
Views: 25613
|
Comments |
#2
|
|||
|
|||
Hi I have just read through it, and this is a great Tutorial thank you! I have been looking for a guide such as this......
I hope to try it out when i have got some free time.. Again thank you. ahhh ur from Turkiye, cok sukur! (note for mods: it means thanks lol) No members have liked this post.
|
#3
|
||||
|
||||
great article
![]()
__________________
Former vBulletin.org Staff Member Latest Articles: Liquid Layout = Less Ad Revenue? How to Monetize Your Site Improve Web Page Performance How To Write For The Web If it needs instructions, there's room for improvement. Give users what they actually want, not what they say they want. And whatever you do, don't give them new features just because your competitors have them! No members have liked this post.
|
#4
|
|||
|
|||
thank you very much. It's very useful.
If I have two websites (two domains), and I want to post the link to the second one. How could I do it? Thank you No members have liked this post.
|
#5
|
|||
|
|||
Originally Posted by david05
You should add these extra two lines for each domain you want to allow:
------- > It must be broken here. (Hotlink protected with forum home redirection) This line allows it to be viewed by an empty referrer:
http://www.msxlabs.org/images/acting...sxlabs.com.gif Once it's cached by your browser, you can view the image above in this post, too. I used to redirect hotlink protected image files to a small gif file which was located in a non-hotlink protected directory: Non-image files are always being redirected to my forum homepage.
__________________
MsXLabs Forum No members have liked this post.
Last edited by NeutralizeR; 26 Jul 2006 at 21:53. Reason: Automerged Doublepost |
#6
|
||||
|
||||
Fantastic article, NeutralizeR.
![]() I've been doing this for a while and it worked previously. Now for whatever reason images show up from my forum directory; but all other directories prevent hotlinks. For example: Hotlink protection works in (root): ![]() Hotlink protection works in /test folder: ![]() Hotlink protection fails in /forum directory: ![]() My .htaccess code is:
Any help is appreciated. ![]()
__________________
No members have liked this post.
|
#7
|
|||
|
|||
It seems you use vBSEO-Sitemap Generator or something similar... and there is an extra .htaccess file which doesn't include hotlink protection rules in the forum directory. Check it
![]()
__________________
MsXLabs Forum No members have liked this post.
|
#8
|
||||
|
||||
Wow. I completely missed the forum .htaccess file I use for the custom URL rewrites. Thank you, NeutralizeR, again for the great article and for the help.
![]() *The above forum image in my previous post no longer shows up. ![]()
__________________
No members have liked this post.
|
#9
|
||||
|
||||
![]()
I have a "private" directory where I use images out of there to post on other forums and I don't want that to be protected as I need to use this. I'm also installed the VBImage Hosting, so would it be safe to say I'd put this .htaccess file in my "Photo Post" root directory and not the site's root or the forum root? The whole idea of VB Image Host is so certain members can use it to post in places like Myspace.
Thanks, rg sends!
__________________
Photographer & author (three books on Amazon.com), GarageGlamour.com, RolandoGomez.net No members have liked this post.
|
#10
|
|||
|
|||
Originally Posted by rolandogomez
If you want to exclude a subfolder from the hotlink protection, create another .htaccess file with the lines below and upload it to that directory:
__________________
MsXLabs Forum No members have liked this post.
|
#11
|
|||
|
|||
hmm
when i try this all i get is
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. No members have liked this post.
|
#12
|
|||
|
|||
Originally Posted by MrOnline
There must be a misspelling or an extra space in your .htaccess file.
Please paste the contents of your .htaccess file here.
__________________
MsXLabs Forum No members have liked this post.
|
#13
|
||||
|
||||
my .htaccess file
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://www.tvandsportstreams.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.tvandsportstreams.com$ [NC] RewriteRule .*\.(mp3|mpeg|mpg|ram|rm|wma|wav|asx|wmv|avi|mov|zip|rar|exe)$ http://www.tvandsportstreams.com/forum/ [F,NC] RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://www.tvandsportstreams.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.tvandsportstreams.com$ [NC] RewriteRule .*\.(jpg|jpeg|gif|png|bmp|swf)$ http://www.tvandsportstreams.com/forum/ [F,NC] had a better look and changed it to the following
No members have liked this post.
Last edited by MrOnline; 01 Oct 2006 at 21:11. Reason: Automerged Doublepost |
#14
|
||||
|
||||
So, is it working now?
This is mine (in httpd.conf):
__________________
MsXLabs Forum No members have liked this post.
|
#15
|
|||
|
|||
nope, still got same error
if i was to use it in .conf file, should i then have it in apaceh.conf ??
Kinda noob in linux world :-) And will it interfer with other sites hosted on same server if i do it in root ? Not sure where i can do it or what to do if there are more than 1 site i will protect for this.. No members have liked this post.
Last edited by MrOnline; 02 Oct 2006 at 00:13. |
![]() |
![]() |
||||
Article | Author | Type | Replies | Last Post |
htaccess Protection for admincp & any dir | Omranic | Modification Graveyard | 47 | 10 Jan 2007 13:06 |
«
Previous Article
|
Next Article
»
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Article Options | |
|
|
New To Site? | Need Help? |
All times are GMT. The time now is 16:46.