Hi Everyone, I have an website www,xyz.com and i planned to target geo based(india, uk), so, I want to redirect the people who come from india to www.xyz.com/in and from uk to www.xyz.com/uk. So please suggest is their any plugin for joola 2.5 or any other way. Thanks in advance.
I was in such a situation a year before and i used this GeoIP Redirect plugin which helps me to sort out. But his plugin suits only for joomla 1.5. But your requirement is for joomla 2.5, you can try this Metamod extension for joomla 2.5.. If you still couldn't find the solution then step in here US Joomla Force. They are the leading joomla experts and could help you in resolving this issue.
Here's a way to do with just javascript that way you can make it work for just one specific post http://ntt.cc/2008/01/21/5-ways-to-redirect-url-with-javascript.html
Try this solution which catch your local region settings. [TABLE] [TR] [TD="class: number"][/TD] [TD="class: content"]<script language=â€javascriptâ€>[/TD] [/TR] [/TABLE] [TABLE] [TR] [TD="class: number"] [/TD] [TD="class: content"]alert(â€backâ€);[/TD] [/TR] [/TABLE] [TABLE] [TR] [TD="class: number"] [/TD] [TD="class: content"]window.history.back(-1);[/TD] [/TR] [/TABLE] [TABLE] [TR] [TD="class: number"][/TD] [TD="class: content"]</script>[/TD] [/TR] [/TABLE]