Hi apologies if this question has been asked a thousand times before (But I did search the threads that the forums AI suggest before I posted)...
I have managed to install linux (SUSE - install went like a dream) and I'm hoping to use it as my main development box however I've hit one wall that I don't seem to be able to resolve.
I think what I want to be able to do is to locally resolve my clients domains on this box.
I'll try and explain better with an example.
I have a client who has an existing live web site URL "www.myclient.com"
Instead of typing a development URL of
http://localhost/~myclient in my browser I want to get apache to resolve requests to
www.myclient.com to go to
http://localhost/~myclient instead of the current live web site.
Is what I'm trying to achieve possible?
If it is can anyone tell me how, or point me in the direction of a tut on it?
Beachcomber.