Quote:
Originally posted by JOKEREMPIRE
Set a wildcard to your DNS and then add this line to you virtual host container:
ServerAlias *.domain.com
should look like:
<VirtualHost domain.com>
DocumentRoot /path/to/your/htdocs
ServerName www.domain.com
ServerAlias *.domain.com
</VirtualHost>
I can tell you details if you post that virtual-host container here.
Rgds,JOKER
|
Beautiful...this is what I was wanting to know. Thanks a lot!!