You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ss...@apache.org on 2017/02/20 16:26:13 UTC

svn commit: r1783781 - /xmlgraphics/site/trunk/content/.htaccess

Author: ssteiner
Date: Mon Feb 20 16:26:13 2017
New Revision: 1783781

URL: http://svn.apache.org/viewvc?rev=1783781&view=rev
Log:
Make site https

Added:
    xmlgraphics/site/trunk/content/.htaccess

Added: xmlgraphics/site/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/.htaccess?rev=1783781&view=auto
==============================================================================
--- xmlgraphics/site/trunk/content/.htaccess (added)
+++ xmlgraphics/site/trunk/content/.htaccess Mon Feb 20 16:26:13 2017
@@ -0,0 +1,3 @@
+RewriteEngine On
+RewriteCond %{HTTPS} off
+RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org