|
|
|
|
|
#1 |
|
I can spearhead the whole begging thing
|
This is what I use.
AuthUserFile /dev/null AuthGroupFile /dev/null RewriteEngine On ErrorDocument 400 http://www.yourdomain.com/ ErrorDocument 403 http://www.yourdomain.com/ ErrorDocument 404 http://www.yourdomain.com/ ErrorDocument 500 http://www.yourdomain.com/ ErrorDocument 501 http://www.yourdomain.com/ ErrorDocument 503 http://www.yourdomain.com/ RewriteCond %{HTTP_REFERER} !^http://www.yourdomain.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.yourdomain.com:80/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://yourdomain.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://yourdomain.com:80/.*$ [NC] ReWriteRule .*\.(JPG|jpg|JPg|Jpg|GIF|gif|GIf|Gif)$ http://www.yourdomain.com/hotlink.htm [R,L] This is what they get: http://www.mlilahsporndimension.com/hotlink.htm Hope it helps ![]() |
|
|
|
|
|
#2 | |
|
a.k.a. Sparky
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
|
Quote:
The browser is expecting an image, and you are handing it an html page which will never get seen by a hotlinker.
__________________
SnapReplay.com a different way to share photos - iPhone & Android |
|
|
|
|
|
|
#3 | |
|
Trying is the first step towards failure
|
Quote:
__________________
I was thinking of the immortal words of Socrates, who said, "I drank what?" |
|
|
|
|
![]() |
|
|