Fix previously merged pull-requests

This commit is contained in:
Frederic Guillot
2016-12-06 07:09:10 -05:00
parent d892081d53
commit 9e8e61db70
2 changed files with 48 additions and 48 deletions

View File

@@ -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>