You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2023/03/27 21:58:12 UTC

[comdev-site] branch master updated: HTTPS redirection is done by the server

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/comdev-site.git


The following commit(s) were added to refs/heads/master by this push:
     new c0fc993  HTTPS redirection is done by the server
c0fc993 is described below

commit c0fc993a182b54430a2fb37ba4183e1e3c5c0efa
Author: Sebb <se...@apache.org>
AuthorDate: Mon Mar 27 22:58:04 2023 +0100

    HTTPS redirection is done by the server
---
 static/.htaccess | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/static/.htaccess b/static/.htaccess
deleted file mode 100644
index 0f1face..0000000
--- a/static/.htaccess
+++ /dev/null
@@ -1,3 +0,0 @@
-RewriteEngine On
-RewriteCond %{HTTPS} !=on
-RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]