Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I am using WordPress mu and need to redirect my site based on the users geo location.

For example if you go to yahoo from the US it will goes to yahoo.com, but if you visit the site from India it goes to in.yahoo.com or in the UK to uk.yahoo.com, etc.

Is there a way to have my WordPress do this?

share|improve this question

2 Answers

You can try this http://wordpress.org/extend/plugins/geographical-redirect/

Alternatively, roll your own, using any GeoIP service (MaxMind for example, or get your own GeoIP database) and use wp_redirect based on the $_SERVER['REMOTE_ADDR'].

share|improve this answer

Also as well WP Traffic Tools carries georouting capabilities

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.