View Single Post
Old 06-21-2003, 09:15 PM  
49thParallel
So Fucking Banned
 
Join Date: Jul 2002
Posts: 1,197
htaccess redirect based on IP?

I want to redirect all visitors to my website coming from aol to a special promotion page, targeted at AOL users. Anyone know how to do this in htaccess?

Here's what I have if I only wanted to deny access to aol:

<Limit GET>
order deny,allow
deny from .aol.com
allow from all
</Limit>
49thParallel is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote