poorgirl_richgirl Posted September 1, 2011 Posted September 1, 2011 Hello I've been searching for a solution. I have ssl installed on my wbsite, but cant seem to get the redirect to HTTPS pages. I have Ultimate SEO URLs v2.2d installed on my store. I'm sure there is a problem there with my redirect. I say this because I have another store untouched by Ultimate SEO URLs v2.2d and SSL redirect works with the basics information setup in configure.php. Can anyone help with help. What files do can i adjust to help with output of HTTPS pages in my store. Any help would be appreciated.
FIMBLE Posted September 1, 2011 Posted September 1, 2011 Cant imagine that wold be the case Tracey, are you certain that your configure.php is correctly set up for SSL? IE https for the https server and use SSL set to TRUE? Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
poorgirl_richgirl Posted September 1, 2011 Author Posted September 1, 2011 Yes all is configured correctly in includes/configure and admin configure files. Here is a copy of my configure.php <?php define('HTTP_SERVER', 'http://shop.domain.com'); define('HTTPS_SERVER', 'https://shop.domain.com'); define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'shop.domain.com'); define('HTTPS_COOKIE_DOMAIN', 'shop.domain.com'); 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/content/t/r/a/myfolder/html/testing/shop/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
germ Posted September 1, 2011 Posted September 1, 2011 It may be that the store isn't recognizing that SSL is active. Click the "SSL Implementation Help" link in my signature for more info. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
GemRock Posted September 1, 2011 Posted September 1, 2011 where to look - the logic of the SSL/nonssl is: 1.on each page, there is a base url which would use either HTTP_SERVER or HTTPS_SERVER depending on request_type (either nonssl or ssl); 2. the request_type is detected/determined in application_top.php. its not a redirect issue. every page that requires SSL will have been coded to use SSL, unless you change it (asking for trouble). if your configure.php is what you posted above, ie, there is no another one in the includes/local folder, then the problem is with request_type, regardless whether you have SSL or whether SSL is active or not - it just gives you an error, if ENABLE_SSL is set to true. if you dont have the skills to check all the above, then the easiest way to diagnose is to pm someone you trust your site url and maybe a few files if needs be. Ken commercial support - unProtected channel, not to be confused with the forum with same name - open to everyone who need some professional help: either PM/email me, or go to my website (URL can be found in my profile). over 20 years of computer programming experience.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.