rivrgroup Posted August 1, 2004 Posted August 1, 2004 Can anyone help and tell me what i am missing to allow cookies? I set IE 6 to allow all cookies and no luck i have attached my confgi.php file. Any help? Thanks In Advance <?php // Please, note that all changes in this file will be lost // after reconfiguring application by Plesk define('HTTP_SERVER', 'https://www.spoolupracing.com/'); define('HTTPS_SERVER', 'https://www.spoolupracing.com/'); define('ENABLE_SSL', 'true'); define('HTTP_COOKIE_DOMAIN', 'https://spoolupracing.com/'); define('HTTPS_COOKIE_DOMAIN', 'https://spoolupracing.com/'); define('HTTP_COOKIE_PATH', '/coolrunnings/'); define('DIR_WS_HTTP_CATALOG', '/coolrunnings/'); define('DIR_WS_HTTPS_CATALOG', '/coolrunnings/'); 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', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME'])); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // define our database connection define('DB_SERVER', 'localhost'); define('DB_SERVER_USERNAME', 'xxx'); define('DB_SERVER_PASSWORD', 'xxxx'); define('DB_DATABASE', 'xxx); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.