I'm using XAMPP on my USB flash drive - which makes it easy for me to take my dev. environment with me from one PC to another.
However, I want to be able to serve files for my projects directly from my /Projects folder - which is in the root of the drive - instead of having to copy this folder into /htdocs.
I've read on the web that I can easily do this by adding an alias to 'httpd.conf' - but I would then need to hard-code the drive letter - which can be different for every PC I plug my USB into.
Is there any way to add a dynamic driver letter to my alias ?
Or - can I maybe use a relative path somehow ?
Or - am I going about it wrong and there's a better way to do it ?
Thanks in adv!