{"id":687,"date":"2019-01-31T18:37:07","date_gmt":"2019-01-31T15:37:07","guid":{"rendered":"https:\/\/artem.services\/?p=574"},"modified":"2019-02-20T00:18:42","modified_gmt":"2019-02-19T21:18:42","slug":"htaccess-rewrite-2","status":"publish","type":"post","link":"https:\/\/artem.services\/?p=687&lang=en","title":{"rendered":"Htaccess &#8212; Rewrite"},"content":{"rendered":"<p>File Contents: &quot;<strong>.htaccess<\/strong>&quot;<\/p>\n<p>Redirecting everything to <strong>HTTPS<\/strong><\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nRewriteEngine On\r\nRewriteCond %{HTTPS} off\r\nRewriteRule .* https:\/\/%{HTTP_HOST}%{REQUEST_URI} [L,R=301]\r\n<\/pre>\n<p>&nbsp;<\/p>\n<p>Redirecting to <strong>www<\/strong><\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nRewriteEngine On\r\nRewriteCond %{HTTP_HOST} !^www\\. [NC]\r\nRewriteRule .* https:\/\/www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]\r\n<\/pre>\n<p>&nbsp;<\/p>\n<p>Redirecting from <strong>www<\/strong><\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nRewriteEngine On\r\nRewriteCond %{HTTP_HOST} www.yourwebsitehere.com\r\nRewriteRule (.*) https:\/\/yourwebsitehere.com\/$1 [R=301,L]\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>File Contents: &quot;.htaccess&quot; Redirecting everything to HTTPS &nbsp; Redirecting to www &nbsp; Redirecting from www<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[467],"tags":[469,471,409,473,475],"_links":{"self":[{"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/posts\/687"}],"collection":[{"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/artem.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=687"}],"version-history":[{"count":2,"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/posts\/687\/revisions"}],"predecessor-version":[{"id":689,"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/posts\/687\/revisions\/689"}],"wp:attachment":[{"href":"https:\/\/artem.services\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=687"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/artem.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=687"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/artem.services\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=687"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}