NDI-2020/.htaccess
2020-12-03 19:45:42 +00:00

6 lines
117 B
ApacheConf
Executable File

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
Options -Indexes