frontend Posted September 16, 2017 Share Posted September 16, 2017 (edited) Some time ago i switched to SSL for my prestashop website.. This works great.. But one issue i cannot figure out. All SSL links are correctly working (images also). Except for the Home button (see attached image). When you click the HOME button you can see that the customer will be redirected to Http instead of Https Within the page source i can see it is set to http: <div class="breadcrumb clearfix"> <a class="home" href="http://www.duizend.com/" Information from prestashop advanced settings / Configuration: Prestashop version 1.6.1.17 shop-URL http://www.duizend.com/ Current theme default-bootstrap I read some other post about link.php so i attached it also. Please check. Please advise.. Link.php Edited September 16, 2017 by frontend (see edit history) Link to comment Share on other sites More sharing options...
Bill Dalton Posted September 16, 2017 Share Posted September 16, 2017 In your themes Header.tpl, try a search for href="{$base_dir}". If you find one change it to href="{$content_dir}" 1 Link to comment Share on other sites More sharing options...
frontend Posted September 16, 2017 Author Share Posted September 16, 2017 Thanks a lot Bill. It solved the issue.. Have a nice weekend.. 1 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