Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: A 'not secure' message' is putting off my viewers. How do I stop it?

  1. #11
    alemoppo is offline AlterVista Staff
    Join Date
    Feb 2010
    Location
    IT
    Posts
    724

    Default

    Yes, your site now supports HTTPS: https://prettypics.altervista.org/

    Right now, your site is provided both HTTP and HTTPS. If you want to force to HTTPS, you have to use .htaccess, like that:
    Code:
    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteCond %{HTTPS} off
    RewriteRule .* https://prettypics.altervista.org%{REQUEST_URI} [L,R=301]
    Bye!

  2. #12
    prettypics is offline Junior Member
    Join Date
    Jun 2015
    Posts
    7

    Default

    Now working ok. Thanks for your help.

  3. #13
    alemoppo is offline AlterVista Staff
    Join Date
    Feb 2010
    Location
    IT
    Posts
    724

    Default

    Yes, but there is no redirect from http to https. If you want it, just use the .htaccess code in message #11.

    Bye!

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

SEO by vBSEO