|
|
|
|
|
|
|
![]() |
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
![]() |
#1 |
a.k.a. Sparky
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
|
Code:
###HOTLINKING BEGIN RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://thissite.com [NC] RewriteCond %{HTTP_REFERER} !^http://www.thissite.com [NC] RewriteCond %{HTTP_REFERER} !^http://othersite.com [NC] RewriteCond %{HTTP_REFERER} !^http://www.othersite.com [NC] !^http://1.2.345.678.9[NC] RewriteRule .*\.([Jj][Pp][Gg]|[Gg][Ii][Ff])$ http://www.someplacetoredirect404.c...EMOVE/NO_NO.gif [R,L] ###HOTLINKING END Fewer rules = better, however, there are certain regexp rules that take more processing than chained rules. anchored matches are always better
__________________
SnapReplay.com a different way to share photos - iPhone & Android |
![]() |
![]() |
![]() |
|
|