> Quick question....is it possible to have a URL redirect to a 
> secure URL?


<!--- Makes sure that people are using the site via https --->
<CFIF cgi.SERVER_PORT_SECURE IS NOT 1>
   <CFLOCATION URL="https://www.mydomain.com/"; ADDTOKEN="no">
</CFIF>



-- 
Aidan Whitehall <[EMAIL PROTECTED]>
Netshopperuk
Telephone +44 (01744) 648650

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to