summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-12-06 07:09:10 -0500
committerFrederic Guillot <fred@kanboard.net>2016-12-06 07:09:10 -0500
commit9e8e61db700fb1f6b1bc282f31fc10de4a3e2de2 (patch)
tree759b4987c7fee9b24d0071905e3068177201e202 /.htaccess
parentd892081d5385ded9215d8d071912ed6d2ebce044 (diff)
Fix previously merged pull-requests
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess10
1 files changed, 0 insertions, 10 deletions
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
- ############################
</IfModule>