diff --git a/README.md b/README.md index 1a319e0..e9cc543 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# www.selbstbestimmungsgesetz-jetzt.de +# SBGG.jetzt Website documenting the progress of the German Selbstbestimmungsgesetz. diff --git a/meta.php b/meta.php index 8ce6a17..87a2e8d 100644 --- a/meta.php +++ b/meta.php @@ -1,6 +1,6 @@ "**", "redirect_domain" => "selbstbestimmungsgesetz-jetzt.de"] + // redirect to main domain + $redirect = [ + ["path" => "**", "redirect_domain" => "sbgg.jetzt"] ]; + static::$route["www.sbgg.jetzt"] = $redirect; + static::$route["selbstbestimmungsgesetz-jetzt.de"] = $redirect; + static::$route["www.selbstbestimmungsgesetz-jetzt.de"] = $redirect; - static::$route["selbstbestimmungsgesetz-jetzt.de"] = [ + // pages + static::$route["sbgg.jetzt"] = [ ["path" => "", "target" => "page/start"] ]; ?>