SiteWebAstrolabe/src/.htaccess

5 lines
130 B
ApacheConf
Raw Normal View History

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.astrolabe.coop/$1 [R,L]
2020-07-18 02:22:53 +02:00
ErrorDocument 404 /404.html