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