I\'m trying to create a fallback for my virtual hosts. My configuration looks like this:
# Fetch all pre-defined hosts
Given that you are obviously using windows for development, but (presumably) deploying to linux for production, have you thought about using a virtual machine for development?
I've written a guide for setting up here: http://otaqui.com/blog/1652/setting-up-a-virtualbox-virtual-machine-for-web-development-with-multiple-sites-using-mod_vhost_alias-and-virtualdocumentroot/ but in essence:
Setting up new projects is then as simple as creating a new directory on your host, and the virtual machine guest uses that. If you are deploying to linux, you might save yourself all sorts of headaches (filename case-sensitivity being only one).