Jump to content

Header Logo Link Jumps Out of SSL


Recommended Posts

I installed SSL for my shopcart. Everything seems to work fine, including all the links except one -- the header logo for my store. This link links back to the shopcart home page, but is jumping out of SSL (uses http:// instead of https://). I can't find any place to change it. All the other links seem fine and stay on the SSL.

 

Anyone help? I don't see where this is a previous issue in these forums.

 

Thanks,

Scott

Link to comment
Share on other sites

The only parts of the shop that are typically under SSL (https) are the Contact, Registration, Shopping cart and any part that has private info.

There is really no reason for the entire shop to be coverd by SSL, however if you must copy and past this code into the .htaccess generator Specific configuration text area and generate a new .htaccess file.

 

RewriteCond %{HTTPS} off

RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

 

On my site when you go to home page it will show https but any links you click on after that go to normal http with the exception of the pages listed above.

Edited by tdr170 (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...