{"id":434,"date":"2025-01-02T11:56:28","date_gmt":"2025-01-02T04:56:28","guid":{"rendered":"https:\/\/prosindo.com\/blog\/?p=434"},"modified":"2025-01-02T12:02:55","modified_gmt":"2025-01-02T05:02:55","slug":"forward-apache-clients-http-to-https","status":"publish","type":"post","link":"https:\/\/prosindo.com\/blog\/2025\/01\/02\/forward-apache-clients-http-to-https\/","title":{"rendered":"Forward Apache Clients HTTP to HTTPS"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>#\/etc\/apache2\/apache2.conf\n&lt;Directory \/var\/www>\n  Options Indexes FollowSymLinks\n  <strong>AllowOverride All<\/strong>\n  Require all granted\n&lt;\/Directory><\/code><\/pre>\n\n\n\n<p><code>sudo a2enmod rewrite<br>sudo service apache2 restart<\/code><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#.htaccess in directories that needs forward https\nRewriteEngine On\nRewriteCond %{HTTPS} off\nRewriteRule ^(.*)$ https:\/\/%{HTTP_HOST}%{REQUEST_URI} &#91;L,R=301]<\/code><\/pre>\n\n\n\n<p>Note: this may be a problem if you&#8217;re behind https reverse proxy that forward to http<\/p>\n","protected":false},"excerpt":{"rendered":"<p>sudo a2enmod rewritesudo service apache2 restart Note: this may be a problem if you&#8217;re behind https reverse proxy that forward to http<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-434","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/prosindo.com\/blog\/wp-json\/wp\/v2\/posts\/434","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prosindo.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prosindo.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prosindo.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prosindo.com\/blog\/wp-json\/wp\/v2\/comments?post=434"}],"version-history":[{"count":6,"href":"https:\/\/prosindo.com\/blog\/wp-json\/wp\/v2\/posts\/434\/revisions"}],"predecessor-version":[{"id":472,"href":"https:\/\/prosindo.com\/blog\/wp-json\/wp\/v2\/posts\/434\/revisions\/472"}],"wp:attachment":[{"href":"https:\/\/prosindo.com\/blog\/wp-json\/wp\/v2\/media?parent=434"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prosindo.com\/blog\/wp-json\/wp\/v2\/categories?post=434"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prosindo.com\/blog\/wp-json\/wp\/v2\/tags?post=434"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}