NDI-2020/.htaccess

6 lines
117 B
ApacheConf
Raw Permalink Normal View History

2020-12-03 19:45:42 +00:00
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
Options -Indexes