hello erupter, but i might have more than one domain for my IP, with a subfolder for each one. i am guessing that your solution will only work for one of my subfolders.
hello tsinka,
this is what i have tried for the virtualhost:
<VirtualHost *>
ServerName www.procast.net
DocumentRoot "c:/apache/htdocs/props/procast"
</VirtualHost>
i think i have also tried the following:
DocumentRoot "c:\apache\htdocs\props\procast"
DocumentRoot /props/procast
and probably others that i can't remember.
should i use <VirtualHost www.procast.net> instead of <VirtualHost *> ? should i use the domain or document root into in <directory> ?
i have also tried basic rewriting of the url, but i am horrible at regular expressions.