Merge pull request #406 from nerdoc/patch-6
add commented out https enforcement
This commit is contained in:
commit
4f67ec12a9
1 changed files with 3 additions and 0 deletions
|
|
@ -13,4 +13,7 @@
|
|||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^ index.php [L]
|
||||
|
||||
# Enable this to enforce https access
|
||||
# RewriteCond %{SERVER_PORT} 80
|
||||
# RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R,L]
|
||||
</IfModule>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue