Jump to content

SSL Problem


mg3ddesign

Recommended Posts

Strange...

Added all the details as asked. It works fine..

Add an item and then go to the basket, all is good. While in the basket if I want to go to any other links, home page, categories etc I get the error page not found. It seems to be adding an extra part into the URL.

Any help would be great, thanks

Link to comment
Share on other sites

Guest uktradehouse

Strange...

Added all the details as asked. It works fine..

Add an item and then go to the basket, all is good. While in the basket if I want to go to any other links, home page, categories etc I get the error page not found. It seems to be adding an extra part into the URL.

Any help would be great, thanks

I have the same problem on CC V5, can't seem to work it out. I'm sure I had the same problem on CC V4 way back. It works ok with SSL enabled with no SEO but once you swtich that on it goes to pot. If I find a fix i'll let you know!

Link to comment
Share on other sites

  • 3 weeks later...
Guest uktradehouse

Strange...

Added all the details as asked. It works fine..

Add an item and then go to the basket, all is good. While in the basket if I want to go to any other links, home page, categories etc I get the error page not found. It seems to be adding an extra part into the URL.

Any help would be great, thanks

I have the same problem on CC V5, can't seem to work it out. I'm sure I had the same problem on CC V4 way back. It works ok with SSL enabled with no SEO but once you swtich that on it goes to pot. If I find a fix i'll let you know!

I have solved this problem but this is for my server and using a shared SSL, I made changes to my htaccess file after speaking to someone and it worked great. The changes made are:

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond %{REQUEST_URI} !=/favicon.ico

RewriteCond %{SERVER_PORT} !^80$

RewriteRule ^(.*).html?$ /MYDOMAINNAME.COM/index.php?seo_path=$1 [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond %{REQUEST_URI} !=/favicon.ico

RewriteCond %{SERVER_PORT} ^80$

RewriteRule ^(.*).html?$ /index.php?seo_path=$1 [L,QSA]

This is everything in my htaccess file and everything works perfect, but as I said this is for a shared SSL

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...