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]