View Single Post
Old 04-06-2003, 02:41 PM  
JOKER
Facit Omnia Voluntas
 
JOKER's Avatar
 
Industry Role:
Join Date: Apr 2003
Location: Offshore
Posts: 2,105
Set a wildcard to your DNS and then add this line to you virtual host container:


ServerAlias *.domain.com

should look like:

PHP Code:
 <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
__________________
Facilitation - BizDev - Traffic - Consulting - Marketing
Skype: jokerempire | Silent Circle: joker


Last edited by JOKER; 04-06-2003 at 02:44 PM..
JOKER is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote