This brings up a relevant question I've had for some time: Is there any difference in using host headers vs. CGI variables to direct traffic based on requested URL? I've been under the impression for some time that the latter method bears certain caveats, for example, incompatibility with some older browsers (though I've never personally witnessed it). Would the same caveats apply exactly to host headers on IIS or is this method somehow more robust?
Anybody? Thank you. Dave -- David M. Delbridge Circa 3000 ColdFusion Hosting http://www.circa3k.com Joshua Miller wrote: > > 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. > > 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: 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 > > > > ********************************************************************** > > ** > > ************* > > 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 > > <mailto:[EMAIL PROTECTED]> > > [EMAIL PROTECTED] > > ********************************************************************** > > ** > > ************* > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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

