Merge pull request #406 from nerdoc/patch-6

add commented out https enforcement
This commit is contained in:
Hillel Coren 2015-08-14 14:13:39 +03:00
commit 4f67ec12a9

View File

@ -13,4 +13,7 @@
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L] RewriteRule ^ index.php [L]
# Enable this to enforce https access
# RewriteCond %{SERVER_PORT} 80
# RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R,L]
</IfModule> </IfModule>