Jump to content

HELP! redirect visitors by ip not working if from...


redknight

Recommended Posts

:( I want to send my UK visitors to http://uk.mydomain.com/ if they have an ip from the UK.

 

Because they arrive at http//www.mydomain.com/somepage.html I can't send them to http://uk.mydomain.com/ with the htaccess code:

ErrorDocument 403 http://uk.mydomain.com/
<Limit GET HEAD POST>
order allow,deny
deny from 111.11.11.1/11
deny from 111.111.111.1/11
...
allow from all
</LIMIT>

 

This code redirects also ALL UK visitors that visit http://uk.mydomain.com/, so it useless.  :(

 

Is it possible to limit the code to only www.mydomain.com !?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.