What is the best way to redirect user to sub-domain(au, nz etc) based on country? – Apache
I have a php based web application in which I want to redirect user to sub domain based on their country such as nz, au, in etc. What is the best way to do that? Htaccess? PHP? JavaScript? How can…