Need to cloak one of my LP's from a competitor. Once I finally get my hands on his ip address, how can I show him different LP content than my regular visitors?
I found this code here but it does an actual redirect, and I don't want my competitor to know that he is seeing bogus content. I'm not looking for a FB cloaker or anything like that. Literally just need to show one competitor bogus content.
Anyone know how I can accomplish this WITHOUT redirecting my competitor?
Also anyone know how to do this for not just the ip but the town or city as well?
I found this code here but it does an actual redirect, and I don't want my competitor to know that he is seeing bogus content. I'm not looking for a FB cloaker or anything like that. Literally just need to show one competitor bogus content.
Code:
RewriteEngine on
RewriteCond %{REMOTE_ADDR} ^56\.150\.186\.229$ [OR]
RewriteCond %{REMOTE_ADDR} ^89\.103\.221\.49$ [OR]
RewriteCond %{REMOTE_ADDR} ^25\.53\.91\.24$ [OR]
RewriteCond %{REMOTE_ADDR} ^82\.151\.156\.151$
RewriteRule http://www.example.com/websitepage [L,R=301]
Anyone know how I can accomplish this WITHOUT redirecting my competitor?
Also anyone know how to do this for not just the ip but the town or city as well?