Author: tschoening
Date: Sat Jan 27 12:15:04 2018
New Revision: 1024424
Log:
LOGCXX-497: Redirect HTTP to HTTPS.
Modified:
websites/production/logging/content/log4cxx/.htaccess
Modified: websites/production/logging/content/log4cxx/.htaccess
==============================================================================
--- websites/production/logging/content/log4cxx/.htaccess (original)
+++ websites/production/logging/content/log4cxx/.htaccess Sat Jan 27 12:15:04
2018
@@ -1,8 +1,8 @@
<IfModule mod_rewrite.c>
RewriteEngine On
- RewriteCond %{HTTPS} !=on
- RewriteRule ^/?(.*)$ https://%{SERVER_NAME}/$1 [R=temp,L]
+ RewriteCond %{HTTPS} !=on
+ RewriteRule ^(.*)$ https://%{SERVER_NAME}/$1
[R=temp,L]
##
# Forward old requests to new dir layout.