McCoyCORE USA Posted June 21, 2012 Share Posted June 21, 2012 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 More sharing options...
tdr170 Posted June 21, 2012 Share Posted June 21, 2012 (edited) 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 June 21, 2012 by tdr170 (see edit history) Link to comment Share on other sites More sharing options...
McCoyCORE USA Posted June 21, 2012 Author Share Posted June 21, 2012 Great, that makes sense. Thank you so much, tdr170! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now