Hello, Let me preface by saying how pleased I am with your product. I'm not even fully running, and I'm excited! Anyway, my host just completed the installation of my SSL and he sent this msg: I went to main settings and I see an area that says secure url or https so I typed in...https://www.mysite.com, but it's still not working. It only work on the home page and that's it. Any assistance would be greatly appreciated. Thx
Did you add the https URL in your admin? It is in "Settings", "Main Settings" and enter your https: url. -Mike
yes. there are two places to put a url..1st classified site url, and 2nd secure url. In the 1st one I typed http://www.mysite.com and the 2nd one https://www.mysite.com But it only works when you type https in the address bar.
You can try this in replace of your base tag in layout.tpl: Code: {if $smarty.server.SERVER_PORT==443} <base href="{$smarty.const.URLS}/" /> {else} <base href="{$smarty.const.URL}/" /> {/if}