Forum Moderators: phranque
I cannot move the hosting for a number of reasons, and I need to use the uk.example version simply because I wantr to roll out a US based site on th the .com...
Anyone know anything about this or have any other ideas (including where a hoster in the USA could possibly buy a few UK IP's....!)
Thanks in advance for any help
Probably your best best would be to set up a reverse proxy [en.wikipedia.org], either hosted in the UK or handled by a provider over there. Basically, a request for 'uk.example.com' would go to your UK IP, but in fact, the proxy will be passing the requests on to the US location without the customer seeing it.
Customer <---> UK IP <---> Proxy <---(behind the scenes)---> US IP
Hope that gets you going in the right direction!