<cfif form.entered_web_address IS "webmail.domain.com">
       <cflocation url="webmail/index.cfm">
 </cfif>


On Wed, 17 Jul 2002, Gaulin, Mark wrote:

> Do you want CGI.HTTP_HOST ?
>
> -----Original Message-----
> From: Eric Hoffman [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 17, 2002 12:17 PM
> To: CF-Talk
> Subject: RE: Web Address?
>
>
> <cfif (entered web address) is webmail.domain.com>
>       <cflocation url="webmail/index.cfm">
> </cfif>
>
> How do I test for an address that was entered?  I seem to have lost that
> portion of my brain.
>
> Regards,
>
> Eric J Hoffman
> DataStream Connexion
> www.datastreamconnexion.com
> Delivering Creative Data Solutions
>
> -----Original Message-----
> From: Joshua Miller [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 17, 2002 11:04 AM
> To: CF-Talk
> Subject: RE: Web Address?
>
>
> You mean something like:
>
> <cfif server_name is "my.domain.com">
>       <cflocation url="my.otherdomain.com">
> </cfif>
>
> Is that what you mean?
>
> Joshua Miller
> Web Development :: Programming
> Eagle Web Development LLC
> www.eaglewd.com
> [EMAIL PROTECTED]
> (304) 622-5676 (Clarksburg Office)
> (304) 456-4942 (Home Office)
>
>
> -----Original Message-----
> From: Eric Hoffman [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 17, 2002 11:37 AM
> To: CF-Talk
> Subject: Web Address?
>
>
> Okay, because of a server on a shared box, we needed a subdomain to
> redirect via cflocation but I haven't done this simple task in years...
>
> How do I test for the entered URL?  Http_referrer won't work I think
> because its where the request originated or am I half baked today?
>
> Regards,
>
> Eric J Hoffman
> DataStream Connexion
> www.datastreamconnexion.com
> Delivering Creative Data Solutions
>
>
>
>
>
>
> 
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to