Welcome to TalkGraphics.com
Results 1 to 3 of 3

Thread: HTTPS How to.

  1. #1

    Default HTTPS How to.

    My site host has given me free SSL certificates for each domain I maintain but the https:// does not show in the browser address bar. If I type in https:// ahead of the site name it shows ok. Is there something I need to do to invoke https. The certificates are installed and active on the host's server

  2. #2

    Default Re: HTTPS How to.

    Now sorted. I had to create and add an htaccess file to my server and add the following code.
    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

  3. #3
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,502

    Default Re: HTTPS How to.

    Great. Thanks for sharing this useful information Miko.

 

 

Bookmarks

Posting Permissions

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