I have a website that in a few months is going to have traffic from different countries, but it would depend on the country which website I should show.
At the moment I am redirecting the traffic using the free maxmind GeoIp, with php.
But I think that with 40k unique users a day, and arround 100k request a day this is going to be really slow.
I thought about doing this with .htaccess but I think the request time is going to take a little bit more.
My final idea now was to build the home in html of the site in different folders (or subdomain) according to the country, like us.website.com and redirect the users to there, but I do not know which of the way is the fastest for the user experience.
Server is LAMP (I can choose the distro)
Please help me decide!! Thanks for everything!