{"id":20,"date":"2020-02-12T10:36:13","date_gmt":"2020-02-12T10:36:13","guid":{"rendered":"https:\/\/www.lcn.com\/support\/knowledge-base\/how-to-enable-https-for-your-website\/"},"modified":"2021-05-19T16:10:19","modified_gmt":"2021-05-19T16:10:19","slug":"how-to-enable-https-for-your-website","status":"publish","type":"ht_kb","link":"https:\/\/www.lcn.com\/support\/articles\/how-to-enable-https-for-your-website\/","title":{"rendered":"How to enable HTTPS for your website"},"content":{"rendered":"\n<p>This guide will explain how to enable HTTPS on your website. For customers using LCN\u202f<a href=\"https:\/\/www.lcn.com\/web-hosting\" target=\"_blank\" rel=\"noreferrer noopener\">web hosting<\/a>.&nbsp;<\/p>\n\n\n\n<p>Let\u2019s get started\u2026&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Enable HTTPS&nbsp;from your LCN account&nbsp;<\/h3>\n\n\n\n<p>With LCN we offer a quick way to set up your redirect straight from your LCN account saving you the hassle of fiddling with your website files or site plugins.&nbsp;<\/p>\n\n\n\n<p>To do this you will need to\u2026&nbsp;<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Log in to your&nbsp;<a href=\"https:\/\/login.lcn.com\/login\" target=\"_blank\" rel=\"noreferrer noopener\">LCN account<\/a>&nbsp;and move to your&nbsp;<strong>Control Panel<\/strong>.&nbsp;<\/li><\/ol>\n\n\n\n<ol class=\"wp-block-list\" start=\"2\"><li>Click on the domain you have added an SSL to.&nbsp;<\/li><\/ol>\n\n\n\n<ol class=\"wp-block-list\" start=\"3\"><li>Click on your hosting package.&nbsp;<\/li><\/ol>\n\n\n\n<ol class=\"wp-block-list\" start=\"4\"><li>Now click&nbsp;<strong>SSL Redirect<\/strong>&nbsp;from the options on the left.&nbsp;<\/li><\/ol>\n\n\n\n<ol class=\"wp-block-list\" start=\"5\"><li>Read through the information provided, when you are happy to proceed select&nbsp;<strong>Enabled<\/strong>&nbsp;<\/li><\/ol>\n\n\n\n<ol class=\"wp-block-list\" start=\"6\"><li>Lastly click&nbsp;<strong>Update<\/strong>&nbsp;<\/li><\/ol>\n\n\n\n<p>That\u2019s it! You have now enabled HTTPS. <\/p>\n\n\n\n<p>If you have any problems from this you may wish to disable the feature and perform the redirect manually as outlined below. You may also need to check your site for mixed content as explained in our guide&nbsp;<a href=\"https:\/\/www.lcn.com\/support\/articles\/how-to-handle-mixed-content-errors-with-ssl\/\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Enabling HTTPS using .htaccess&nbsp;<\/h3>\n\n\n\n<p>You can configure your site to use HTTPS by using a .htaccess&nbsp;file \u2013 for further information on .htaccess&nbsp;files see our guide\u202f<a href=\"https:\/\/www.lcn.com\/support\/articles\/what-is-a-htaccess-file\/\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>.&nbsp;<\/p>\n\n\n\n<div class=\"container row col-md-24 support-article panel panel-default panel-body\" style=\"background-color: #f6e9db; border-color: #ead9c7; border: 1px solid #ddd; border-radius: 4px; padding: 1% 2%; background-image: url('\/images\/my_account\/highlight.png'); background-position: left top; background-repeat: repeat-x;\">\n<p><span style=\"font-size: 17px;\"><strong style=\"color: #e77600 !important; font-size: 18px;\">Please note:<\/strong>\u202fthese instructions don\u2019t apply to websites running WordPress or other content management systems \u2013 A guide for WordPress can be found\u202f<a href=\"https:\/\/www.lcn.com\/support\/articles\/how-to-setup-ssl-on-your-wordpress-website\/\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>.&nbsp;<\/span><\/p>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Enabling HTTPS for all pages within your site&nbsp;<\/h3>\n\n\n\n<ol class=\"wp-block-list\"><li>Create a file using a text editor such as Notepad.&nbsp;<\/li><\/ol>\n\n\n\n<ol class=\"wp-block-list\" start=\"2\"><li>Save the file as: .htaccess&nbsp;(without any additional file extensions).&nbsp;<\/li><\/ol>\n\n\n\n<ol class=\"wp-block-list\" start=\"3\"><li>Enter the following lines of text within the file:&nbsp;<\/li><\/ol>\n\n\n\n<pre class=\"prettyprint linenums\">RewriteEngine On<br>RewriteCond %{HTTPS} !on<br>RewriteCond %{REQUEST_URI} !.well-known\/acme-challenge<br>RewriteRule ^ https:\/\/%{HTTP_HOST}%{REQUEST_URI} [L,R=301]<\/pre>\n<br>\n\n\n\n<ol class=\"wp-block-list\" start=\"4\"><li>Save the file and upload it to the web folder of your site.&nbsp;<\/li><\/ol>\n\n\n\n<div class=\"container row col-md-24 support-article panel panel-default panel-body\" style=\"background-color: #f6e9db; border-color: #ead9c7; border: 1px solid #ddd; border-radius: 4px; padding: 1% 2%; background-image: url('\/images\/my_account\/highlight.png'); background-position: left top; background-repeat: repeat-x;\">\n<p><span style=\"font-size: 17px;\"><strong style=\"color: #e77600 !important; font-size: 18px;\">Please note:<\/strong>\u202fInstructions on uploading the file to your website can be found\u202f<a href=\"https:\/\/www.lcn.com\/support\/articles\/how-to-upload-files-to-your-website-with-ftp\/\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>.&nbsp;<\/span><\/p>\n<\/div>\n\n\n\n<video autoplay=\"autoplay\" loop=\"loop\" muted=\"\" controls=\"controls\" width=\"100%\" height=\"100%\"><source src=\"\/support\/articles\/attachment\/778\/inline\/original\/1563960985\/https.mp4\">Your browser does not support the video tag.<\/video>\n\n\n\n<h3 class=\"wp-block-heading\">Enabling HTTPS for a specific folder within your site&nbsp;<\/h3>\n\n\n\n<ol class=\"wp-block-list\"><li>Create a file using a text editor such as Notepad.&nbsp;<\/li><\/ol>\n\n\n\n<ol class=\"wp-block-list\" start=\"2\"><li>Save the file as: .htaccess&nbsp;(without any additional file extensions).&nbsp;<\/li><\/ol>\n\n\n\n<ol class=\"wp-block-list\" start=\"3\"><li>Enter the following lines of text within the file, changing the URL within the \u2018RewriteRule\u2019 line to set your domain and folder name:&nbsp;<\/li><\/ol>\n\n\n\n<pre class=\"prettyprint linenums\">RewriteEngine On<br>RewriteCond %{SERVER_PORT} 80<br>RewriteCond %{REQUEST_URI} folder<br>RewriteRule ^(.*)$ https:\/\/www.yourdomain.com\/folder\/$1 [R,L]<\/pre>\n<br>\n\n\n\n<ol class=\"wp-block-list\" start=\"4\"><li>Save the file and upload it to the specified folder you would like to be secured.&nbsp;<\/li><\/ol>\n\n\n\n<video autoplay=\"autoplay\" loop=\"loop\" muted=\"\" controls=\"controls\" width=\"100%\" height=\"100%\"><source src=\"\/support\/articles\/attachment\/560\/inline\/original\/1490689850\/httpsfolders.mp4\">Your browser does not support the video tag.<\/video>\n\n\n\n<p>That\u2019s it! You\u2019ve enabled HTTPS on your website.&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This guide will explain how to enable HTTPS on your website. For customers using LCN\u202fweb hosting.&nbsp; Let\u2019s get started\u2026&nbsp; Enable HTTPS&nbsp;from your LCN account&nbsp; With LCN we offer a quick way to set up your redirect straight from your LCN account saving you the hassle of fiddling with your website files or site plugins.&nbsp; To [&hellip;]<\/p>\n","protected":false},"author":3,"comment_status":"closed","ping_status":"open","template":"","format":"standard","meta":{"footnotes":""},"ht-kb-category":[11],"ht-kb-tag":[12],"class_list":["post-20","ht_kb","type-ht_kb","status-publish","format-standard","hentry","ht_kb_category-setting-up-an-ssl","ht_kb_tag-ssl"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to enable HTTPS for your website - LCN.com<\/title>\n<meta name=\"description\" content=\"This guide will explain how to enable HTTPS on your website and provide a secure connection. For customers using LCN\u202fweb hosting.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.lcn.com\/support\/articles\/how-to-enable-https-for-your-website\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to enable HTTPS for your website - LCN.com\" \/>\n<meta property=\"og:description\" content=\"This guide will explain how to enable HTTPS on your website and provide a secure connection. For customers using LCN\u202fweb hosting.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.lcn.com\/support\/articles\/how-to-enable-https-for-your-website\/\" \/>\n<meta property=\"og:site_name\" content=\"Customer Support Guides - LCN\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/lcndotcom\" \/>\n<meta property=\"article:modified_time\" content=\"2021-05-19T16:10:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.lcn.com\/support\/wp-content\/uploads\/support-facebook-feed.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@lcndotcom\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.lcn.com\/support\/articles\/how-to-enable-https-for-your-website\/\",\"url\":\"https:\/\/www.lcn.com\/support\/articles\/how-to-enable-https-for-your-website\/\",\"name\":\"How to enable HTTPS for your website - LCN.com\",\"isPartOf\":{\"@id\":\"https:\/\/www.lcn.com\/support\/#website\"},\"datePublished\":\"2020-02-12T10:36:13+00:00\",\"dateModified\":\"2021-05-19T16:10:19+00:00\",\"description\":\"This guide will explain how to enable HTTPS on your website and provide a secure connection. For customers using LCN\u202fweb hosting.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.lcn.com\/support\/articles\/how-to-enable-https-for-your-website\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.lcn.com\/support\/articles\/how-to-enable-https-for-your-website\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.lcn.com\/support\/articles\/how-to-enable-https-for-your-website\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.lcn.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to enable HTTPS for your website\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.lcn.com\/support\/#website\",\"url\":\"https:\/\/www.lcn.com\/support\/\",\"name\":\"Customer Support Guides - LCN\",\"description\":\"- LCN\",\"publisher\":{\"@id\":\"https:\/\/www.lcn.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.lcn.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.lcn.com\/support\/#organization\",\"name\":\"LCN.com\",\"url\":\"https:\/\/www.lcn.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.lcn.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.lcn.com\/support\/wp-content\/uploads\/2020\/02\/ZF_-hcc3.jpg\",\"contentUrl\":\"https:\/\/www.lcn.com\/support\/wp-content\/uploads\/2020\/02\/ZF_-hcc3.jpg\",\"width\":461,\"height\":461,\"caption\":\"LCN.com\"},\"image\":{\"@id\":\"https:\/\/www.lcn.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/lcndotcom\",\"https:\/\/x.com\/lcndotcom\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to enable HTTPS for your website - LCN.com","description":"This guide will explain how to enable HTTPS on your website and provide a secure connection. For customers using LCN\u202fweb hosting.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.lcn.com\/support\/articles\/how-to-enable-https-for-your-website\/","og_locale":"en_US","og_type":"article","og_title":"How to enable HTTPS for your website - LCN.com","og_description":"This guide will explain how to enable HTTPS on your website and provide a secure connection. For customers using LCN\u202fweb hosting.","og_url":"https:\/\/www.lcn.com\/support\/articles\/how-to-enable-https-for-your-website\/","og_site_name":"Customer Support Guides - LCN","article_publisher":"https:\/\/www.facebook.com\/lcndotcom","article_modified_time":"2021-05-19T16:10:19+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/www.lcn.com\/support\/wp-content\/uploads\/support-facebook-feed.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@lcndotcom","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.lcn.com\/support\/articles\/how-to-enable-https-for-your-website\/","url":"https:\/\/www.lcn.com\/support\/articles\/how-to-enable-https-for-your-website\/","name":"How to enable HTTPS for your website - LCN.com","isPartOf":{"@id":"https:\/\/www.lcn.com\/support\/#website"},"datePublished":"2020-02-12T10:36:13+00:00","dateModified":"2021-05-19T16:10:19+00:00","description":"This guide will explain how to enable HTTPS on your website and provide a secure connection. For customers using LCN\u202fweb hosting.","breadcrumb":{"@id":"https:\/\/www.lcn.com\/support\/articles\/how-to-enable-https-for-your-website\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.lcn.com\/support\/articles\/how-to-enable-https-for-your-website\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.lcn.com\/support\/articles\/how-to-enable-https-for-your-website\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.lcn.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to enable HTTPS for your website"}]},{"@type":"WebSite","@id":"https:\/\/www.lcn.com\/support\/#website","url":"https:\/\/www.lcn.com\/support\/","name":"Customer Support Guides - LCN","description":"- LCN","publisher":{"@id":"https:\/\/www.lcn.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.lcn.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.lcn.com\/support\/#organization","name":"LCN.com","url":"https:\/\/www.lcn.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.lcn.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.lcn.com\/support\/wp-content\/uploads\/2020\/02\/ZF_-hcc3.jpg","contentUrl":"https:\/\/www.lcn.com\/support\/wp-content\/uploads\/2020\/02\/ZF_-hcc3.jpg","width":461,"height":461,"caption":"LCN.com"},"image":{"@id":"https:\/\/www.lcn.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/lcndotcom","https:\/\/x.com\/lcndotcom"]}]}},"_links":{"self":[{"href":"https:\/\/www.lcn.com\/support\/wp-json\/wp\/v2\/ht-kb\/20","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.lcn.com\/support\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/www.lcn.com\/support\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/www.lcn.com\/support\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.lcn.com\/support\/wp-json\/wp\/v2\/comments?post=20"}],"version-history":[{"count":6,"href":"https:\/\/www.lcn.com\/support\/wp-json\/wp\/v2\/ht-kb\/20\/revisions"}],"predecessor-version":[{"id":1970,"href":"https:\/\/www.lcn.com\/support\/wp-json\/wp\/v2\/ht-kb\/20\/revisions\/1970"}],"wp:attachment":[{"href":"https:\/\/www.lcn.com\/support\/wp-json\/wp\/v2\/media?parent=20"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/www.lcn.com\/support\/wp-json\/wp\/v2\/ht-kb-category?post=20"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/www.lcn.com\/support\/wp-json\/wp\/v2\/ht-kb-tag?post=20"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}