Forum Moderators: phranque
Options +FollowSymLinks
## DISABLE HOTLINKING
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://(www\.)?camosreptiles.com.au(/)?.*$ [NC]
RewriteRule .*\.(gif|jpg|png|jpeg|bmp)$ http://www.camosreptiles.com.au/hotlink.shtml [R,NC]
1. If an image address from my server is typed in the address bar of a browser, its redirected to /hotlink.shtml which explains hotlinking and links to my domain.
if possible, to have a conditional rewrite rule to deal with #3. For number #3 Id like to show them a 'hotlink.jpeg' instead.