aha, i get it now...didn't know that but seemed easier to me biggrin.gif this way.
So, if i want to have 2 virtual hosts in a certain folder where i keep my websites i could write smth similar, like:

<VirtualHost *:80>
DocumentRoot /home/thor/www1/
ServerName thor1
</VirtualHost>

<VirtualHost *:80>
DocumentRoot /home/thor/www1/
ServerName thor2
</VirtualHost> ?Would this work?[I'm again at work and here no linux around]

I remmember i did smth similar though but it gave some errors concerning the '*' character conflicting with smth...i can't remmember right now but i'll try at home and let u know so that maybe u can help. Thanks for the answer.


Comment/Reply (w/o sign-up)