Trick Ubuntu into resolving a domain name locally
- by Matthew Brown
I have an Ubuntu box that I use for all sorts of things. One thing I really want to do is redirect a sub domain to a local script.
For example thisbit.example.com should actually show the content from localhost/~USER/FAKE.thisbit.example.com/ which is a folder that Apache is running for me which contains a very simple PHP script which implements an offline version of a server script that I am testing against.
But example.com should continue to behave normally as should notthisbit.example.com etc.
Ideally I need to be able to switch from testing to live with minimal fuss when the time comes.