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

Thread: No Code for HTTPS confirmation.

  1. #11
    beatngu is offline Junior Member
    Join Date
    Sep 2017
    Posts
    6

    Default

    I assume still no word from the technician?

  2. #12
    alemoppo is offline AlterVista Staff
    Join Date
    Feb 2010
    Location
    IT
    Posts
    693

    Default

    I'm so sorry, I've just re-sent a new request.

    Bye!

  3. #13
    smallscopeimages is offline Junior Member
    Join Date
    Jul 2015
    Location
    Colchester,Vermont
    Posts
    13

    Default

    Where would i add the code to redirect ? Would it be better to recode all websites with https:// ?

  4. #14
    alemoppo is offline AlterVista Staff
    Join Date
    Feb 2010
    Location
    IT
    Posts
    693

    Default

    Quote Originally Posted by beatngu View Post
    I assume still no word from the technician?
    Could you try now?

    Quote Originally Posted by smallscopeimages View Post
    Where would i add the code to redirect ? Would it be better to recode all websites with https:// ?
    It should work with the .htaccess redirect. You could also use "https://" instead of "http://" or omit the protocol.

    Bye!

  5. #15
    beatngu is offline Junior Member
    Join Date
    Sep 2017
    Posts
    6

    Default

    Quote Originally Posted by alemoppo View Post
    Could you try now?
    Activation in progress. Thanks so much, alemoppo!

  6. #16
    smallscopeimages is offline Junior Member
    Join Date
    Jul 2015
    Location
    Colchester,Vermont
    Posts
    13

    Default

    I have activated https:// in control panel but exactly what code and where should i place it in order to redirect from a http:// to https://
    Thanks
    1802 370 6700
    Small Scope Images is the name of my home site

    Tony B

  7. #17
    alemoppo is offline AlterVista Staff
    Join Date
    Feb 2010
    Location
    IT
    Posts
    693

    Default

    Quote Originally Posted by smallscopeimages View Post
    I have activated https:// in control panel but exactly what code and where should i place it in order to redirect from a http:// to https://
    Thanks
    I confirm that HTTPS is currently working on your site. You should change, in the HTML code, the "http://" in "https://" urls.

    You should also insert in .htaccess file this code:
    Code:
    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteCond %{HTTPS} off
    RewriteRule .* https://smallscopeimages.altervista.org%{REQUEST_URI} [L,R=301]
    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