My original post was about how to accomplish: foo.bar.domain.com and I received the information I needed there.
The idea of using a wildcard would work, but we use the same domain name with different host headers to access a couple of different domains so a "catch all" would mess up the process. We may have foo.domain.com pointing to one site, bar.domain.com pointing to another and secure.domain.com pointing to an SSL enabled site with a different IP address. If I understand correctly using a wildcard would push them all to one domain where I'd have to redirect to the appropriate page/site which would be undesirable in our situation. I just needed to know how to make foo.bar.domain.com work. I was thinking it was something in IIS, I learned I needed to look to DNS for this solution. Thanks, Joshua Miller Head Programmer / IT Manager Garrison Enterprises Inc. www.garrisonenterprises.net [EMAIL PROTECTED] (704) 569-0801 ext. 254 ************************************************************************ ************* Any views expressed in this message are those of the individual sender, except where the sender states them to be the views of Garrison Enterprises Inc. This e-mail is intended only for the individual or entity to which it is addressed and contains information that is private and confidential. If you are not the intended recipient you are hereby notified that any dissemination, distribution or copying is strictly prohibited. If you have received this e-mail in error please delete it immediately and advise us by return e-mail to [EMAIL PROTECTED] ************************************************************************ ************* -----Original Message----- From: Eric Dawson [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 11:04 PM To: CF-Talk Subject: RE: OT: IIS Domain Naming Question What is it you need? I do what you are thinking about and use a wlidcard entry on MSDNS to direct all subdomains to my server. I have a default site on a particular IP Address to direct all www site to the application. I find it a pain to have to enter the domain name in IIS for each URL using an application, so I keep an IP address specific to the application, and use the application to parse the URL. I think v2 browsers might not pass this information so this approach is not without its problems. Not sure what you need help with. My setup. *.somedomain.com ==> 122.122.122.122 in my DNS plus any custom URLs www.anydomain.com ==> 122.122.122.122 www.someotherdomain.com ==> 122.122.122.122 pointing to one IP reserved for my application. I use CFM to determine what URL is accessing the application. Eric From: "Joshua Miller" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: CF-Talk <[EMAIL PROTECTED]> Subject: RE: OT: IIS Domain Naming Question Date: Thu, 31 Jul 2003 16:32:06 -0400 Thanks for this, but what I'm doing is having multiple URLs point to a single application. Then I'm using the SERVER_NAME variable to determine the content they receive. We create a new URL for each client and our naming structure was getting confusing, we needed to add another indicator. Thanks though, the wildcard info. may come in handy some day. -----Original Message----- From: cfhelp [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 1:19 PM To: CF-Talk Subject: RE: OT: IIS Domain Naming Question Setup a wild card in DNS (if you can) by using the @ for a host Record. I do not think MSDNS supports this. Then add a blank host header in IIS and every sub domain that comes to the server that does not have a host header will be directed to the Virtual Server with the Blank Host header. Rick -----Original Message----- From: David Delbridge [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 12:55 AM To: CF-Talk Subject: Re: OT: IIS Domain Naming Question Hi Joshua, Setting up fully-qualified domain names and subdomains is a function of DNS exclusively, not IIS. Are you running your own DNS server? If not, and you need more help, what is the actual domain name? Dave -- David M. Delbridge Circa 3000 ColdFusion Hosting http://www.circa3k.com Joshua Miller wrote: > > Totally off-topic, I apologize. > > Does anyone have information to point me in the right direction > figuring out how to create a domain name similar to: > foo.bar.domain.com in IIS ? I can't seem to find this anywhere. Does > this require some special setup for DNS as well? > > Thanks, sorry for the OT post. > > Joshua Miller > Head Programmer / IT Manager > Garrison Enterprises Inc. > www.garrisonenterprises.net <http://www.garrisonenterprises.net/> > [EMAIL PROTECTED] > (704) 569-0801 ext. 254 _________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

