{"id":298,"date":"2023-04-04T18:12:45","date_gmt":"2023-04-04T18:12:45","guid":{"rendered":"https:\/\/mediadrive.ca\/docs\/?p=298"},"modified":"2023-04-04T18:12:45","modified_gmt":"2023-04-04T18:12:45","slug":"force-https","status":"publish","type":"post","link":"https:\/\/mediadrive.ca\/docs\/force-https\/","title":{"rendered":"Force HTTPS"},"content":{"rendered":"\n<p>To ensure the connection between your visitors and your website is secure, you should redirect them to the secure version of the site.<\/p>\n\n\n\n<p>This can be easily completed by updating the\u00a0.htaccess\u00a0file in your website&#8217;s\u00a0<code>public_html<\/code>\u00a0folder (<code>domains\/yourdomain.com\/public_html<\/code>).<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># Redirect to https\n&lt;If \"%{HTTPS} == 'off'\"> \n  RedirectMatch \"^\/(.*)\" \"https:\/\/yourdomain.com\/$1\"\n&lt;\/If><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>To ensure the connection between your visitors and your website is secure, you should redirect them to the secure version of the site. This can be easily completed by updating the\u00a0.htaccess\u00a0file in your website&#8217;s\u00a0public_html\u00a0folder (domains\/yourdomain.com\/public_html).<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[],"class_list":["post-298","post","type-post","status-publish","format-standard","hentry","category-managing-your-site"],"_links":{"self":[{"href":"https:\/\/mediadrive.ca\/docs\/wp-json\/wp\/v2\/posts\/298","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mediadrive.ca\/docs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mediadrive.ca\/docs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mediadrive.ca\/docs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mediadrive.ca\/docs\/wp-json\/wp\/v2\/comments?post=298"}],"version-history":[{"count":1,"href":"https:\/\/mediadrive.ca\/docs\/wp-json\/wp\/v2\/posts\/298\/revisions"}],"predecessor-version":[{"id":299,"href":"https:\/\/mediadrive.ca\/docs\/wp-json\/wp\/v2\/posts\/298\/revisions\/299"}],"wp:attachment":[{"href":"https:\/\/mediadrive.ca\/docs\/wp-json\/wp\/v2\/media?parent=298"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mediadrive.ca\/docs\/wp-json\/wp\/v2\/categories?post=298"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mediadrive.ca\/docs\/wp-json\/wp\/v2\/tags?post=298"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}