diff --git a/main/.htaccess b/main/.htaccess index a3c36b5..8aabd74 100644 --- a/main/.htaccess +++ b/main/.htaccess @@ -24,9 +24,9 @@ RewriteRule ^blog/?$ "https://ellpeck.de/#blog" [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://minecraft.curseforge.com/projects/actually-additions/files" [R=301,L] -RewriteRule ^actaddlicense/?$ "https://github.com/Ellpeck/ActuallyAdditions/blob/main/LICENSE.md" [R=301,L] -RewriteRule ^actadd/?$ "https://minecraft.curseforge.com/projects/actually-additions" [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]