SiteWebAstrolabe/src/.htaccess
Florent Le Saout b95cc0aa71 Define proper htaccess instructions to redirect all http to https
Signed-off-by: Florent Le Saout <florent.lesaoutl@astrolabe.coop>
2020-07-28 20:07:42 +02:00

5 lines
130 B
ApacheConf

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.astrolabe.coop/$1 [R,L]
ErrorDocument 404 /404.html