RE: Host Headers vs. CGI vars (was IIS Domain Naming Question)

2003-08-01 Thread Dowdell, Jason G
: Thursday, July 31, 2003 10:48 PM To: CF-Talk Subject: Re: Host Headers vs. CGI vars (was IIS Domain Naming Question) If you use the web server (IIS or Apache in my case) you can do a few extra tricks like remapping /images/ to /images/specificdir At 06:16 PM 7/31/2003 -0700, David Delbridge wrote: I'm

RE: Host Headers vs. CGI vars (was IIS Domain Naming Question)

2003-08-01 Thread Kola Oyedeji
- From: Peter Theobald [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 10:48 PM To: CF-Talk Subject: Re: Host Headers vs. CGI vars (was IIS Domain Naming Question) If you use the web server (IIS or Apache in my case) you can do a few extra tricks like remapping /images/ to /images

Re: Host Headers vs. CGI vars (was IIS Domain Naming Question)

2003-08-01 Thread David Delbridge
- From: Peter Theobald [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 10:48 PM To: CF-Talk Subject: Re: Host Headers vs. CGI vars (was IIS Domain Naming Question) If you use the web server (IIS or Apache in my case) you can do a few extra tricks like remapping /images

Host Headers vs. CGI vars (was IIS Domain Naming Question)

2003-07-31 Thread David Delbridge
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

RE: Host Headers vs. CGI vars (was IIS Domain Naming Question)

2003-07-31 Thread Joshua Miller
Delbridge [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 5:35 PM To: CF-Talk Subject: Host Headers vs. CGI vars (was IIS Domain Naming Question) 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

RE: Host Headers vs. CGI vars (was IIS Domain Naming Question)

2003-07-31 Thread Dave Watts
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

Re: Host Headers vs. CGI vars (was IIS Domain Naming Question)

2003-07-31 Thread David Delbridge
I'm sorry. In rereading my post, I see now that I really wasn't very clear at all. By host headers vs. CGI vars I really meant to compare IIS' host header handling to that of a CF script. Are you aware of any voodoo inside IIS that does a better job in directing incoming traffic by host header

Re: Host Headers vs. CGI vars (was IIS Domain Naming Question)

2003-07-31 Thread Peter Theobald
If you use the web server (IIS or Apache in my case) you can do a few extra tricks like remapping /images/ to /images/specificdir At 06:16 PM 7/31/2003 -0700, David Delbridge wrote: I'm sorry. In rereading my post, I see now that I really wasn't very clear at all. By host headers vs. CGI vars