FreeDatas2HTML/public/.htaccess

3 lines
106 B
ApacheConf
Raw Permalink Normal View History

RewriteEngine on
RewriteCond %{SERVER_PORT} 80
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]