Author: mseidel
Date: Wed Apr 12 18:38:03 2017
New Revision: 1791174
URL: http://svn.apache.org/viewvc?rev=1791174&view=rev
Log:
Enable HTTPS redirection
Modified:
openoffice/ooo-site/trunk/content/.htaccess
Modified: openoffice/ooo-site/trunk/content/.htaccess
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/.htaccess?rev=1791174&r1=1791173&r2=1791174&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/.htaccess (original)
+++ openoffice/ooo-site/trunk/content/.htaccess Wed Apr 12 18:38:03 2017
@@ -1,6 +1,6 @@
RewriteEngine On
-# RewriteCond %{HTTPS} off
-# RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301]
+RewriteCond %{HTTPS} off
+RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301]
Redirect 301 /de/downloads/ /de/download/
Options +Includes +MultiViews
AddOutputFilter INCLUDES .html