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.
- Login to your gladlii website builder account: https://www.gladlii.website/login
- Click on the website that you want to edit.
- 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).
- Once the menu expands, click on "Head Code" (see image below).
- 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: - Save your changes.
- 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.