If you've connected your new website to your domain name but you see that when you visit your website it shows an SSL error - insecure connection - please use the following steps to easily resolve this issue.


  1. Login to your gladlii website builder account: https://www.gladlii.website/login 
  2. Click on the website that you want to edit.
  3. Once you're inside your website's editing window, click on the editor's menu on the top left. It should look like 3 lines (see image below). 
  4. Once the menu expands, click on "Head Code" (see image below).
  5. Copy the code below exactly as it is, including the opening and closing brackets, and paste it into the new window.
    COPY THE CODE BELOW:

    <script language="JavaScript"> 
    if(window.location.protocol != 'https:') 
    { location.href = location.href.replace("http://", "https://"); } 
    </script>

    PLACE IT INTO THIS WINDOW:

  6. Save your changes.
  7. Re-publish your website. Within 1-2 minutes the SSL error will be corrected and you will not experience any additional issues. Be sure to refresh your browser to see your changes.