Author: buildbot
Date: Sun Jan 1 15:25:34 2017
New Revision: 1003900
Log:
Staging update by buildbot for openoffice
Added:
websites/staging/openoffice/trunk/content/.htaccess
Modified:
websites/staging/openoffice/trunk/content/ (props changed)
Propchange: websites/staging/openoffice/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Jan 1 15:25:34 2017
@@ -1 +1 @@
-1776849
+1776857
Added: websites/staging/openoffice/trunk/content/.htaccess
==============================================================================
--- websites/staging/openoffice/trunk/content/.htaccess (added)
+++ websites/staging/openoffice/trunk/content/.htaccess Sun Jan 1 15:25:34 2017
@@ -0,0 +1,5 @@
+<ifmodule mod_rewrite.c="">
+RewriteEngine On
+RewriteCond %{HTTPS} off
+RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
+</ifmodule>