.htaccess - how to redirect users to different index.php pages based on their states location -
we had different index pages different states of users.
let site www.example.com
so if user requesting andhra pradesh state needs load apindex.php. if tamilnadu needs load tamilindex.php. how can accomplish this? possible identify users request on server side can redirect required page or else have handle in client side? new redirection, approach redirection.
thanks in advance.
we can achieve php script , third party application check state on basis of ip. using can redirect user particular index page.
Comments
Post a Comment