osem_dash/app/.htaccess

7 lines
117 B
ApacheConf
Raw Permalink Normal View History

2018-06-22 19:32:52 +02:00
RewriteEngine On
# enforce HTTPs
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://%{SERVER_NAME}/$1 [R,L]