If I understand correctly, a wildcard setup as you describe would require a dedicated IP for that particular domain, right?
Realize, that here, I have only one server right now, and only 1 IP. I want to add another server for development soon and will probably be adding another 4 IP's shortly. ( I need at least one more IP for SSL and one for development.) But right now, there's one server and, probably more significantly for what we're discussing, only 1 IP. So does having 1 IP make using a wildcard setting for a domain impossible? Would adding another IP with one server make it possible to use a wildcard? Or does using a wildcard require a dedicated IP on a dedicated server with only one domain? One other thing... when you describe your method of setting up a development site by "adding a new site with a host header", that's what I do to setup up a new site *using* IIS... you said you do that without fooling with IIS... ??? Thanks for the advice... Rick -----Original Message----- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Saturday, December 02, 2006 4:17 PM To: CF-Talk Subject: RE: Advice needed on how to proceed with app... Rick, An entry on the dns server for "*.mydomain.com" resolves any host that is not otherwise specified to that IP address. We do this for development subdomains. We have a domain with a wildcard entry that points to our busiest development server. When we need a new dev domain (which can happen 8 or 10 times in a week) we simply go to the server and add a new "site" with a host header.... It automatically resolves without fooling with IIS. If you had a wildcard entry you could simply add "www.admin.mydomain.com" + admin.mydomain.com plus any other *.mydomain.com to your host header list on the site. -----Original Message----- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Saturday, December 02, 2006 11:45 AM To: CF-Talk Subject: RE: Advice needed on how to proceed with app... > Another approach is to use a wildcard entry with a dedicated IP. Not sure I understand that... do you mean a wildcard entry for an IP for a particular CMS domain? Rick -----Original Message----- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Saturday, December 02, 2006 11:55 AM To: CF-Talk Subject: RE: Advice needed on how to proceed with app... You can pretty easily make "www.rea.white.... Work..... I do this routinely. If I add a subdomain intended for run of the mill users I also add a "www. Entry for it in DNS and the host header as well... Another approach is to use a wildcard entry with a dedicated IP. -mk ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262640 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

