Damn, I thought that your anti-hotlinking htaccess was messing with your PDF links.
Here you go,
AuthType Basic
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://.*cleos-porn-links.com:80/*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://.*cleos-porn-links.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://.*cleos-porn-links.com*$ [NC]
RewriteRule /* http://www.cleos-porn-links.com/adult-links/submit.shtml [R,L]
I use the above to protect my submit form. If you try to go to my submit form without first coming from my rules page it will kick you back to my rules page.
|