I've downloaded and installed the Microsoft Virtual PC and Windows XP mode image for testing IE6. I have several projects on localhost that I access by port numbers in my vhosts file, for example:
Listen *:82
<VirtualHost *:82>
DocumentRoot "path/to/htdocs/project-folder/public/"
</VirtualHost>
In the virtual machine I have changed the hosts file so that http://mymachine
redirects to my root localhost directory (equivalent to http://localhost:80/
).
How do I set up the virtual machine so that http://project-n/
goes to the correct localhost port? And sadly, http://mymachine:82/
doesn't do the job =(