Page is a not externally linkable
lucy24 - 8:49 pm on Feb 21, 2012 (gmt 0)
I've already got the only tags I need, thanks.
RewriteCond %{HTTP_REFERER} !{short list of Approved Sites}
RewriteRule \.(jpe?g|gif|png)$ pictures/hotlink.png [NC,L]
RewriteCond %{HTTP_USER_AGENT} facebookexternalhit [NC]
RewriteRule \.(jpe?g|gif|png)$ - [F]
If there's any new code to be added, that's where it will be added.