kewler Posted August 16, 2005 Share Posted August 16, 2005 Turn SSL off (false) and I can login just fine. Using 1and1.com with all the changes that I could find. the request_type is working fine. $request_type = (getenv('HTTP_X_FORWARDED_HOST') == 'ssl.perfora.net') ? 'SSL' : 'NONSSL'; If I login to an account with SSL=false, and then change it to true (in configure.php) refresh the page, and all looks fine, I can navigate and process out. If I logout, I can't log back in - WEIRD. I reset it to false and I can login again. Any ideas? I have this IDENTICAL install working in a FULL SSL Cert configuration, and was trying to move it to shared to test. I have done the fix around notify in application_top.php (Silker post) Suggestions? I have cleared the sessions table - no difference Kevin Link to comment Share on other sites More sharing options...
AlanR Posted August 16, 2005 Share Posted August 16, 2005 I have done the fix around notify in application_top.php (Silker post) Suggestions? <{POST_SNAPBACK}> What's this refer (Silker post) to? PM me a link to the site if you will, I'm curious. Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.