Author: tschoening
Date: Sat Jan 27 12:17:04 2018
New Revision: 1024425

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:17:04 
2018
@@ -2,7 +2,7 @@
        RewriteEngine On
 
        RewriteCond %{HTTPS}    !=on
-       RewriteRule ^(.*)$              https://%{SERVER_NAME}/$1       
[R=temp,L]
+       RewriteRule ^(.*)$              https://%{SERVER_NAME}/log4cxx/$1       
[R=temp,L]
 
        ##
        # Forward old requests to new dir layout.


Reply via email to