grafis Posted May 30, 2013 Share Posted May 30, 2013 Why would a visitor see this URL ? domain.com/index.php?seo_path=accessories/barrettes&PHPSESSID=1546683043a50ab14e8d7eedded7a668 Quote Link to comment Share on other sites More sharing options...
bsmither Posted May 30, 2013 Share Posted May 30, 2013 I think this may be be due to a disparity between what the web server is saying the domain is versus what you have told CubeCart the SSL variant is. You didn't mention the URL's protocol, so please review the settings on the Store Settings, SSL tab, and also review the .htaccess file for any statements that change the domain name. But this is just a guess. Quote Link to comment Share on other sites More sharing options...
grafis Posted May 30, 2013 Author Share Posted May 30, 2013 Store is set to always use the same domain as is .htaccess, also set to always use WWW. SSL invokes for Login/Registration/Basket pages Store settings: Enable SSL: YES Force SSL mode on all pages: NO SSL root path: / SSL Store URL: https://www.domain.com Standard Store URL: http://www.domain.com Relevant .htaccess #Force WWW and account for https RewriteCond %{HTTP_HOST} !^$ RewriteCond %{HTTP_HOST} !^www. [NC] RewriteCond %{HTTPS}s ^on(s)| RewriteRule ^ http%1://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L] Edit - removed full .htaccess code as it wasn't the issue. Quote Link to comment Share on other sites More sharing options...
grafis Posted June 5, 2013 Author Share Posted June 5, 2013 Any help appreciated as Google is indexing items like so: /index.php?seo_path=xxxxxxxxxxxx I can't see anything with my setup or server that would be causing this Quote Link to comment Share on other sites More sharing options...
grafis Posted June 7, 2013 Author Share Posted June 7, 2013 I contacted CC support and they were able to resolve by modifying this file: /classes/ssl.class.php Not sure if it's okay to post that change here or not, PM me if anyone needs it. Support confirmed the change will be in the 5.2.3 release. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.