From 177790b08c7de58e9f1ad482788a5d3641290163 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 1 Dec 2022 14:33:34 +0100 Subject: [PATCH] moved permanent redirects to ell.lt --- main/.htaccess | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/main/.htaccess b/main/.htaccess index d0b1473..5a9ee71 100644 --- a/main/.htaccess +++ b/main/.htaccess @@ -18,6 +18,14 @@ RewriteRule ^mc/?$ "projects" [R=301,L] RewriteRule ^press(/.*)?$ "https://press.ellpeck.de$1" [R=301,L] RewriteRule ^tinylife/?$ "https://tinylifegame.com" [R=301,L] RewriteRule ^foefrenzy/?$ "https://store.steampowered.com/app/1194170/" [R=301,L] +RewriteRule ^actaddchangelog/?$ "http://ell.lt/aachangelog" [R=301,L] +RewriteRule ^actadddownload/?$ "http://ell.lt/aadl" [R=301,L] +RewriteRule ^actaddlicense/?$ "http://ell.lt/aalicense" [R=301,L] +RewriteRule ^actadd/?$ "http://ell.lt/aa" [R=301,L] +RewriteRule ^discord/?$ "http://ell.lt/discord" [R=301,L] +RewriteRule ^wishlist/?$ "http://ell.lt/wishlist" [R=301,L,NE] +RewriteRule ^reedsy/?$ "http://ell.lt/reedsy" [R=301,L] +RewriteRule ^sims4gallery/?$ "http://ell.lt/s4gallery" [R=301,L,NE] # anchor redirects RewriteRule ^projects/?$ "#projects" [R=301,L,NE] @@ -26,15 +34,3 @@ RewriteRule ^about/?$ "#about" [R=301,L,NE] RewriteRule ^blog/?$ "#blog" [R=301,L,NE] RewriteRule ^support/?$ "#support" [R=301,L,NE] RewriteRule ^💸/?$ "#support" [R=301,L,NE] - -# actually additions redirects -RewriteRule ^actaddchangelog/?$ "https://github.com/Ellpeck/ActuallyAdditions/blob/main/update/changelog.md" [R=301,L] -RewriteRule ^actadddownload/?$ "https://www.curseforge.com/minecraft/mc-mods/actually-additions/files" [R=301,L] -RewriteRule ^actaddlicense/?$ "https://github.com/Ellpeck/ActuallyAdditions/blob/main/LICENSE" [R=301,L] -RewriteRule ^actadd/?$ "https://www.curseforge.com/minecraft/mc-mods/actually-additions" [R=301,L] - -# other permanent redirects -RewriteRule ^discord/?$ "https://discord.gg/Uy2ZM9X" [R=301,L] -RewriteRule ^wishlist/?$ "https://www.amazon.de/hz/wishlist/ls/LZO9Y2Z3VJ5Q?&sort=default" [R=301,L,NE] -RewriteRule ^reedsy/?$ "https://blog.reedsy.com/creative-writing-prompts/author/ell-peck/" [R=301,L] -RewriteRule ^sims4gallery/?$ "https://www.ea.com/games/the-sims/the-sims-4/pc/gallery/browse?category=all&searchtype=ea_origin_id&time=all&searchquery=Ellpeck&maxis=false" [R=301,L,NE]