Kit-sune Posted May 30, 2012 Share Posted May 30, 2012 Hi I have PS 1.3.6.0. I have my PS instaled in my https directory (private_html). I have a problem with the footer links Delivery, Legal etc all the ones that link to CMS pages. The links in the footer going to Contact us or Home, go correctly to the pages they should at the https directory but the links from the CMS pages go to http and not to https so they show a Not Found message. The CMS pages are at the same address but at https, how I can do for the footer links to CMS pages go to the https directory? I found so far that it seems to depend of the line defining the $cmslink.link and the tpl of the footerlinks (in my case at blockvariouslinks.tpl because I am using a theme). The code says: {foreach from=$cmslinks item=cmslink} <li class="item"><a href="{$cmslink.link|addslashes}" title="{$cmslink.meta_title|escape:'htmlall':'UTF-8'}">{$cmslink.meta_title|escape:'htmlall':'UTF-8'}</a></li> {/foreach} Is there something I can modify for the cms links go to the https and not the http? Or I should modify teh code in an other file instead? I was looking also at the htaccess because of the friendly rewriting but couldn't see what could be changed there...) Thanks for any help! Link to comment Share on other sites More sharing options...
Recommended Posts