osem_dash/app/.htaccess

6 lines
117 B
ApacheConf

RewriteEngine On
# enforce HTTPs
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://%{SERVER_NAME}/$1 [R,L]