Hello Taz, use the cgi.https variable to detect in application.cfm and replace with something like this:
just re-write this... currentpage = "http://#CGI.Server_Name##CGI.Path_Info#?#CGI.Query_String#"; if ( cgi.https EQ "off" ) { securepage = Insert('s',settings.page.current,5); // CFLOCATION/META refresh the page to the #securepage# variable // } Kind Regards, Christopher Dawes Dawes International Thursday, February 13, 2003, 9:14:12 PM, you wrote: T> All you really need to do is T> 1. search and replace http: with https: T> 2. Stick a bit of detection code in application.cfm to make sure that people T> who may have bookmarked pages will be redirected to the secure version. T> Et voila! T> Taz >> it will all eventually be under https, the plan is to move 100% over to >> secure. -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
