Hi, I need some help with this and I'm willing pay. What I want to do is a country redirect via .htaccess. Something similar to:
RewriteCond %{REMOTE_ADDR} ^21[0123]\..* [OR]
RewriteRule .* http://www.redirecturl.com [R]
But since it's Zeus you can't use that. I was told the equivalent was:
< !RemoteIP ~(^21[0123].)>
redirect /* http://www.redirecturl.com
</RemoteIP>
But that just redirects EVERYTHING.
dingvack <at> yahoo . com
------------------
Up to $1.15 for an email
RewriteCond %{REMOTE_ADDR} ^21[0123]\..* [OR]
RewriteRule .* http://www.redirecturl.com [R]
But since it's Zeus you can't use that. I was told the equivalent was:
< !RemoteIP ~(^21[0123].)>
redirect /* http://www.redirecturl.com
</RemoteIP>
But that just redirects EVERYTHING.
dingvack <at> yahoo . com
------------------
Up to $1.15 for an email

my mom is sooooo proud of me 

Comment