How about something like this:

<cfif #cgi.SERVER_PORT# NEQ "443">
        <cfset redir = 'Https://' & #HTTP_HOST# & #PATH_INFO#>
        <cflocation url="#redir#" addtoken="No">
</cfif>

-----Original Message-----
From: Vonancken, Curt (NCI) [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 02, 2001 6:41 AM
To: CF-Server
Subject: SSL force


Hey all, this might be an easy one but I have always done it other ways till
now. I am interested in wether there is a way (maybe through cfcontent) to
force a page to be read as an SSL page? What are my alternatives here?
Thanks in advance,
Curt
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to