Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Steve Wilkinson 132 posts 211 karma points
    Jul 16, 2014 @ 15:43
    Steve Wilkinson
    0

    Umbraco on https

    Having noticed that some websites (www.gov.uk for example) have completely moved to https, what issues (if any) might occur when using Umbraco on https?

  • Robert Foster 459 posts 1820 karma points MVP 2x admin c-trib
    Jul 21, 2014 @ 16:34
    Robert Foster
    0

    None whatsoever.  I've built websites that move to https when the content is sensitive (shopping cart for example) and back to http again for regular content with no problems at all using a script in the top of the master layout file to determine which one to use etc.

    - Rob. 

  • Benas Brazdziunas 34 posts 155 karma points c-trib
    Jul 22, 2014 @ 16:18
    Benas Brazdziunas
    1

    No problems at all and if you want to redirect for mhttp to https add redirection to config/URLRewrite.cfg file

    <add name="redirectToHTTP"  virtualUrl="http://your-domain/(.*)" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="https://your-domain/$1" redirectMode="Permanent" redirect="Domain" ignoreCase="true" />
    
Please Sign in or register to post replies

Write your reply to:

Draft