I believe that Cflocation sends a "page moved" header message on redirect. Not the same as a javascript redirect.
-----Original Message----- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 30, 2005 7:57 PM To: CF-Talk Subject: RE: Odd SSL problem Ahh so it ONLY happesn with cflocations. I cant say that I've ever had to cflocate from SSL to non SSL so I can't give any insight from experience on that. But disabling JS will break what you have now.... just put a noscript block in there to catch users without JS and give them a link to click to get back to the home page. (you could use a meta redirect too but that can also be turned off. It's just not as likely to get turned off as JS scripts) Glad to see you got it going. -----Original Message----- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 30, 2005 8:34 PM To: CF-Talk Subject: Re: Odd SSL problem Thanks for all of the help guys. This JS snippet fixed my issue: <script language="JavaScript"> window.location = "http://<cfoutput>#cgi.server_name#</cfoutput>/index.cfm"; </script> This now redirects to the non-SSL enabled homepage with no security prompt. I'd still like to know why CFLOCATION was causing this problem. Anyone have any ideas? Rey... -- http://www.ReyBango.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:216963 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

