ranbrown, on 06 November 2009 - 04:28 PM, said:
Problem solved. I relayed this to my co-worker and we had a small 'oops' moment. There was a left-over /in there from when we moved from our private secure folders. Thanks so much!
Hi, sorry to bring up an old thread, but I'm having a similar
problem....
IE8 customers can't log in....when you put in your credentials and hit submit, the credentials just disappear and nothing happens. I did have to re-write my config.php recently..was hoping maybe somebody with a better knowledge of this can take a look or any other ideas..thanks.

2.3.1 and not using my ssl at the moment...
Thanks in advance
<?php
define('HTTP_SERVER', 'http://www.mysite.com');
define('HTTPS_SERVER', 'http://www.mysite.com');
define('ENABLE_SSL', false);
define('HTTP_COOKIE_DOMAIN', '');
define('HTTPS_COOKIE_DOMAIN', '');
define('HTTP_COOKIE_PATH', '/');
define('HTTPS_COOKIE_PATH', '/');
define('DIR_WS_HTTP_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
define('DIR_WS_INCLUDES', 'includes/');
define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');
define('DIR_FS_CATALOG', '/home/mysite/public_html/');
define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
define('DB_SERVER', 'localhost');
define('DB_SERVER_USERNAME', 'my_username');
define('DB_SERVER_PASSWORD', 'my_password');
define('DB_DATABASE', 'my_dbname');
define('USE_PCONNECT', 'false');
define('STORE_SESSIONS', 'mysql');
?>