View Single Post
Old 08-03-2012, 03:32 PM  
SpotOnTechSupport
Confirmed User
 
SpotOnTechSupport's Avatar
 
Industry Role:
Join Date: Mar 2011
Location: Mansfield, Ohio
Posts: 119
Of course, webmasters could use this nice little tool in Apache called Rewrite Cond and it wouldn't be able to be used outside of their site.

For those of you that want to cry and complain and not look this up:

RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?yoursite.com/.*$ [NC]
RewriteRule \.(gif|jpg|swf|flv|png)$ /feed/ [R=302,L]

Merry Christmas. Fix your site or quit bitchin' about your content getting stolen. Learn how to use Apache, people. It's not hard.
__________________
'cuz you're too busy dealing with other stuff to mess around with bad hosting!
Prices start at $2.99 for shared hosting, $80 for managed dedicated!

Last edited by SpotOnTechSupport; 08-03-2012 at 03:34 PM..
SpotOnTechSupport is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote