Forum Moderators: phranque
**vhost.map***
test.mycompany.com /index.html
test2.mycompany.com /index2.html
yet before when i had it all in the httpd file it worked perfectly, this is what i had before if it helps.
<VirtualHost test.mycompany.com>
RedirectMatch temp () /Main/index/preloginclassic.rdf
</VirtualHost>
<VirtualHost test.mycompany.com>
RedirectMatch temp () /Test/index/preloginclassic.rdf
</VirtualHost>
i think the problem maybe that its needing java to load the file i need. because the file its pointing to is technically not a physical file on the computer it is a virtual file.
bin/apache.exe -k restart(or
apache.exe -k restart -n service_nameif running apache 1.3.x).