It crossed my mind as I posted that that maybe you were hosting the site yourself.
But you've setup your server wrong in that case, that's not how you do it, you want to use virtual name based hosting, it doesn't work like the way you're doing it now, it just allows apache to handle all requests for different domains without using that folder hack.
I have maybe 50 sites running on my local server, each is a real site, accessible at the flick of a switch over the web, if I point all the dns stuff to them and open up my port 80 etc. You can't reach any of them unless you put in the correct domain name.
I would do both, fire yourself, and charge $100 an hour to fix the setup, that way you'll get a nice break, and also some good pocket change. Plus you'll have real site addressing etc as a bonus. Win win win.
If I remember my IIS right, and I'm really stretching my memory here, this is totally possible with IIS too, it's really easy setting up new sites there too that are standalone.
If it's apache though, and if you have access to httpd.conf, this is really easy to do.
I've noticed a certain tendency to not learn how to set up multiple sites on apache, I don't know why that is, maybe because the xamp packages don't do that by default, don't ask me, no idea, but it's really easy to do it right.
|