Jesse J Posted June 15, 2005 Posted June 15, 2005 I'm having the problem where non secure pages are showing "<base href="https://www.domain.com/store"> in the source. It's so odd cause it's like a switch got flipped. It is happening on all my stores. any idea what could be causing this???? Hence it is pulling all images securely and all links are going to secure pages. Here's my config file: // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://domian.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.domain.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'domain.com'); define('HTTPS_COOKIE_DOMAIN', 'www.domain.com'); define('HTTP_COOKIE_PATH', '/store/'); define('HTTPS_COOKIE_PATH', '/store/'); define('DIR_WS_HTTP_CATALOG', '/store/'); define('DIR_WS_HTTPS_CATALOG', '/store/'); 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/'); //Added for BTS1.0 define('DIR_WS_TEMPLATES', 'templates/'); define('DIR_WS_CONTENT', DIR_WS_TEMPLATES . 'content/'); define('DIR_WS_JAVASCRIPT', DIR_WS_INCLUDES . 'javascript/'); //End BTS1.0 define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home/jroberts/public_html/store/'); 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'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', '*******'); define('DB_SERVER_PASSWORD', '*******'); define('DB_DATABASE', '*******'); define('USE_PCONNECT', 'true'); // use persistent connections? define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql'
♥Vger Posted June 15, 2005 Posted June 15, 2005 It's so odd cause it's like a switch got flipped. It is happening on all my stores. any idea what could be causing this???? Yes. If this has just started to happen and it's happening on multiple stores then your web hosting company has screwed up somewhere. Get onto them and find out what happened. Vger
Jesse J Posted June 15, 2005 Author Posted June 15, 2005 Umm, I am my host. I do have an administrator that I hire to run my servers but I'm not sure what would have caused this. Anyone know what setting could cause something like this?
Jesse J Posted June 16, 2005 Author Posted June 16, 2005 http://forums.cpanel.net/showthread.php?t=...ight=httpd.conf Looks like it has something to do with mod_security. Does anyone know what is causing this or how to fix it?
Jesse J Posted June 16, 2005 Author Posted June 16, 2005 So it turns out I don't have mod_security on my server... anyone else having this issue???
Recommended Posts
Archived
This topic is now archived and is closed to further replies.