06-27-2008, 09:53 AM
[eluser]adamBouchard[/eluser]
Thanks Randy,
I just set up wildcard subdomians via the httpd.conf file like so
<VirtualHost IP_ADDRESS HERE>
DocumentRoot /www/folder
ServerName www.domain.com
ServerAlias *.domain.com
</VirtualHost>
article is here if anyone wants to reference it http://steinsoft.net/index.php?site=prog...carddomain
now I need to figure out the best way to map the urls
thanks,
Adam
Thanks Randy,
I just set up wildcard subdomians via the httpd.conf file like so
<VirtualHost IP_ADDRESS HERE>
DocumentRoot /www/folder
ServerName www.domain.com
ServerAlias *.domain.com
</VirtualHost>
article is here if anyone wants to reference it http://steinsoft.net/index.php?site=prog...carddomain
now I need to figure out the best way to map the urls
thanks,
Adam