korni Posted December 5, 2014 Share Posted December 5, 2014 Witam, Wykupiłem sobie certyfikat SSL. Sam certyfikat działa bez problemu, ale mam problem z linkami na stronie. Część nich posiada http, zamiast https. Sprawa wygląda tak, że na sklepie posiadam własne linki typu: {$base_dir}content/10-o-nas - wyświetla się http {$link->getPageLink('sitemap', true)} <- wyświetla się https {$link->getcategoryLink(11)} - wyświetla się http {$img_dir}menu-kat-1.png - wyświetla się https Pytanie, jak przerobić te linki, żeby wszystkie były https? Link to comment Share on other sites More sharing options...
0 korni Posted December 5, 2014 Author Share Posted December 5, 2014 ok, rozwiązałem problem poprzez dodanie w htaccess: <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP:X-Forwarded-Proto} https RewriteRule (.*) - [E=HTTPS:on] </IfModule> Link to comment Share on other sites More sharing options...
0 r4di04ctiv3 Posted September 16, 2018 Share Posted September 16, 2018 Dzien dobry. Widze ze temat dosc stary ale dopiero teraz postanowilem przejsc na https i potrzebuje pommocy. Mam podobny problem jak w tym poscie. Pozmienialem juz wszystkie obrazki wyswietlane na stronie z http na https, strona laduje sie jako bezpieczna https, ale w menu kategorii klikajac na jaki kolwiek link podstrony sie otwieraja jako http. Chodzi o te linki generowane automatycznie. Szukalem w pliku blockcategories.tpl i znalazlem tam tylko cos takiego: <ul class="tree {if $isDhtml}dhtml{/if}"> {foreach from=$blockCategTree.children item=child name=blockCategTree} {if $smarty.foreach.blockCategTree.last} {include file="$branche_tpl_path" node=$child last='true'} {else} {include file="$branche_tpl_path" node=$child} {/if} {/foreach} </ul> Prosze o podpowiedz gdzie i co zmienic by linki z tego menu kategorii otwieraly sie jako https. dzieki Link to comment Share on other sites More sharing options...
Question
korni
Witam,
Wykupiłem sobie certyfikat SSL. Sam certyfikat działa bez problemu, ale mam problem z linkami na stronie.
Część nich posiada http, zamiast https.
Sprawa wygląda tak, że na sklepie posiadam własne linki typu:
Pytanie, jak przerobić te linki, żeby wszystkie były https?
Link to comment
Share on other sites
2 answers to this question
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