SSL Help

Discussion in 'Technical Support' started by outlook, May 23, 2008.

Thread Status:
Not open for further replies.
  1. outlook Customer

    Hello,
    Let me preface by saying how pleased I am with your product. I'm not even fully running, and I'm excited!:D

    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
  2. Mike-N-Tosh Owner

    Did you add the https URL in your admin?

    It is in "Settings", "Main Settings" and enter your https: url.

    -Mike
  3. outlook Customer

    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.
  4. Eric Barnes Guest

    If you would like you can submit a ticket with your domain and we can try and help.
  5. John Snyder Staff

    Is it the base tag forcing the http? Seems like this would be changed based on the URLS.
  6. cwp Customer

    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}
    
  7. outlook Customer

    Thanks, that works perfectly.:)
Thread Status:
Not open for further replies.

Share This Page