• Resolved rogueopp

    (@rogueopp)


    I don’t understand why the SSLs created by the plugin don’t include www as well as non www. It seems to be causing some big issues. If someone types in the https://www.divinebodybyemma.com it redirects as well as there is no https but if it’s auto added by say facebook it comes up with a warning that it’s not secure or that hsts is enabled and it can’t. I turned it off still same error and I opened in private window to avoid caching throwing a false page.

    BTW the www wasn’t redirecting at all until I added code to Htaccess.

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^www.divinebodybyemma.com [NC]
    RewriteRule ^(.*)$ https://divinebodybyemma.com/$1 [L,R=301]

    I had to replace the rule that was in there originally because it wasn’t working at all.

    SimpleSSL was a pain but at least their SSLs have the www included.

    • This topic was modified 10 months, 1 week ago by rogueopp.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rogueopp

    (@rogueopp)

    I created a new SSL with the www and it is now fixed. They really need to add www to their create setup

    Plugin Author Alexandru Tapuleasa

    (@talextech)

    Hi,

    Sorry about the issues but this forum is only for the free version, certificate generation is a PRO feature so if you have any other issues with PRO please contact us through the website.

    The certificate is only generated for the current website domain. https://www.divinebodybyemma.com is a subdomain of divinebodybyemma.com just like abc.divinebodybyemma.com so you should only be using one, either www or non-www and redirect the other like you are doing now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘https www not redirecting to https non www’ is closed to new replies.