From 608c7ce4d3aeb5532d747789f70e145babceadc0 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 5 Mar 2022 14:49:05 +0100 Subject: [PATCH] added anchor redirects for remaining sections too --- main/.htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main/.htaccess b/main/.htaccess index 92813c3..b2b5574 100644 --- a/main/.htaccess +++ b/main/.htaccess @@ -20,6 +20,8 @@ RewriteRule ^foefrenzy/?$ "https://store.steampowered.com/app/1194170/" [R=301,L # anchor redirects RewriteRule ^projects/?$ "https://ellpeck.de/#projects" [R=301,L,NE] +RewriteRule ^social/?$ "https://ellpeck.de/#social" [R=301,L,NE] +RewriteRule ^about/?$ "https://ellpeck.de/#about" [R=301,L,NE] RewriteRule ^blog/?$ "https://ellpeck.de/#blog" [R=301,L,NE] RewriteRule ^support/?$ "https://ellpeck.de/#support" [R=301,L,NE] RewriteRule ^💸/?$ "https://ellpeck.de/#support" [R=301,L,NE]