So I basically want to localize a website, but not only the text is supposed to change (like with a JSON), but also the CSS and Image Files etc. I want something that checks the IP of a visitor and then redirects him to the correct version of the site.
I could imagine a small index.php file that does that, or a service that is made for this purpose. Is there anything that I can do?