From 9e8e61db700fb1f6b1bc282f31fc10de4a3e2de2 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Tue, 6 Dec 2016 07:09:10 -0500 Subject: Fix previously merged pull-requests --- .htaccess | 10 ---------- 1 file changed, 10 deletions(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 2125df50..9da74f57 100644 --- a/.htaccess +++ b/.htaccess @@ -13,14 +13,4 @@ # RewriteCond %{HTTPS} !=on # RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L] - - ########################### - ## Notes: - ## The first directive will check to make sure the connection is not already HTTPS - ## - ## The second directive will redirect users from their original location, to the same location but using HTTPS. - ## i.e. http://www.example.com/foo/ to https://www.example.com/foo/ - ## The leading slash is made optional so that this will work either in httpd.conf - ## or .htaccess context - ############################ -- cgit v1.2.3