January 7, 2005 at 6:16 am
#659860
Inactive
Copy the code below to a text file and upload it to your server. Then rename it to “.htaccess” This will not work on windows server.
Start
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http(s)?
/(www.)?leukespelletjes.nl.*$ [NC,OR]RewriteCond %{HTTP_REFERER} ^http(s)?
/(www.)?www.leukespelletjes.nl.*$ [NC]RewriteRule .* http://YourSponsorURL.com [R,L]
End
This .htaccess file will block all traffick from domain leukespelletjes.nl.
So this will help if he link deirctly from his website to your site.
If you want to make money on his traffick you can edit the http://YourSponsorURL.com url you your sponsor url. Thaen all of his traffick
will redirect you your sponsor and your game page your game page will not load.
If you want me to test this file on your server first, you can create a folder on your server named “test” and then uppload this file in to the “test” folder. Save this file as “.htaccess
Start
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http(s)?
/(www.)?tholdem.com.*$ [NC,OR]RewriteCond %{HTTP_REFERER} ^http(s)?
/(www.)?www.tholdem.*$ [NC]RewriteRule .* http://YourSponsorURL.com [R,L]
End
PM me your http://yourdomain.com/test/ location and I try to hotlink in tou your folder.
Make a search on google for .htaccess to read more about this protection.