• Resolved imedia2815

    (@imedia2815)


    The content mask page of Northdallasseo.com/maxpride shows as SSL on desktop but NOT mobile.

    I checked and the main url of Northdallasseo.com does show as SSL. Is this normal? a glitch? How can I make the content mask SSL on mobile? or can I?

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

Viewing 1 replies (of 1 total)
  • Plugin Author Alex

    (@alexdemchak)

    This isn’t a Content Mask issue, but rather an issue with how your website (NorthDallasSEO.com) has its SSL setup.

    Since you do have a valid SSL certificate, you should change your Site URL and Home URL to https://northdallasseo.com/maxpride (either in your wp-admin > Settings > General, or your wp-config.php file), and perhaps even add in a secure redirect rule to your .htaccess file like:

    RewriteEngine On
    RewriteCond %{HTTPS} !=on
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

    Some browsers (and settings within those browsers) will try to force SSL, some won’t. It’s best to set up your site to redirect users the the secure version yourself so it’s not reliant on the browser.

    • This reply was modified 3 years, 10 months ago by Alex.
Viewing 1 replies (of 1 total)
  • The topic ‘non SSL when connecting via mobile’ is closed to new replies.