You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dm...@apache.org on 2017/02/14 18:42:25 UTC

svn commit: r1782998 - /ignite/site/trunk/.htaccess

Author: dmagda
Date: Tue Feb 14 18:42:25 2017
New Revision: 1782998

URL: http://svn.apache.org/viewvc?rev=1782998&view=rev
Log:
updated .htaccess file

Modified:
    ignite/site/trunk/.htaccess

Modified: ignite/site/trunk/.htaccess
URL: http://svn.apache.org/viewvc/ignite/site/trunk/.htaccess?rev=1782998&r1=1782997&r2=1782998&view=diff
==============================================================================
--- ignite/site/trunk/.htaccess (original)
+++ ignite/site/trunk/.htaccess Tue Feb 14 18:42:25 2017
@@ -1,3 +1,7 @@
 Options +Includes
 AddOutputFilter INCLUDES .html
-Redirect 301 /download.html /download.cgi
\ No newline at end of file
+Redirect 301 /download.html /download.cgi
+
+RewriteEngine On 
+RewriteCond %{SERVER_PORT} 80 
+RewriteRule ^(.*)$ https://%{SERVER_NAME}/$1 [R=301,L]