I have a problem. Dont know if it can be done.

It is this i can't get working:  www.example.com/test

can't get the /test working

----example---

<VirtualHost *:80>
    ServerName www.example.com
    ServerAlias example.com
    DocumentRoot /www/htdocs
</VirtualHost>


<VirtualHost *:80>
    ServerName www.test.example.com
    ServerAlias test.example.com  example.com/test www.example.com/test
    DocumentRoot /www/htdocs/test
</VirtualHost>

----------------

Ole

Reply via email to