Hi!
I have a problem with apache
config....
I would like to configure the virtual host like
this:
www.domain1.com ->
/www/domain1/
and
www.subdomain1.domain1.com ->
/www/domain1/index.php?page=dom1
www.subdomain2.domain1.com ->
/www/domain1/index.php?page=dom2
.
.
.
<VirtualHost 212.92.23.109:80>
DocumentRoot /www/domain1 ServerName www.domain1.com </VirtualHost> ??? </VirtualHost> Can anyone help me?
Best regards!
Zoltán Gyurasits
|