I need to redirect some traffic to another page based on IP/domain. Let's say for example that I want to take all traffic from aol.com or 111.222.333.444 to http://mydomain.com/aol.html. Can this be done with .htaccess or is there a better/easier way?
.htaccess question
Collapse
X
-
.htaccess question
Earn up to $.03 per Visitor -> No Click Monetization!"Because the World Wide Web is all about two things: horrifyingly stupid psychodrama, and naked chicks."
Wild College Videos | ICQ: 7746696
Tags: None -
try here: www.htaccesstools.com
Sig for sale. Affordable prices. Contact me and get a great deal ;)
My contact:
ICQ: 944-320-46
e-mail: manca {AT} HotFreeSex4All.com -
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://www.aol.com/
RewriteRule /* http://mydomain.com/aol.html/ [R,L]Comment
-
Comment
-
Will this work if both pages are on the same domain? Can I replace the "http://www.aol.com" with an IP address?
Originally posted by Global-XRewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://www.aol.com/
RewriteRule /* http://mydomain.com/aol.html/ [R,L]Earn up to $.03 per Visitor -> No Click Monetization!"Because the World Wide Web is all about two things: horrifyingly stupid psychodrama, and naked chicks."
Wild College Videos | ICQ: 7746696
Comment

Comment