I am developing a site on my local machine and want to point a subdomain of an existing site to my localhost's subdomain. A concrete example:
I have a normal running apache on port 80, and a virtual host on port 8081. I want to point http://dev.google.com to my virtual host.
I've tried adding it to the hosts file, but ports don't work there.
Am using Windows 7 x64