We had different index pages for different states of users.
let my site is some www.example.com
So if user is requesting from Andhra Pradesh state then he needs to load apindex.php. If he is from Tamilnadu then he needs to load tamilindex.php. How can I accomplish this? Is it possible to identify users request on server side so that we can redirect to required page or else we have to handle it in client side? I am new to this redirection, any approach to do this redirection.
Thanks in advance.