fixed redirects

This commit is contained in:
Ell 2024-04-16 10:17:05 +02:00
parent 699184ede5
commit 8711a857e0

View file

@ -10,6 +10,6 @@ RewriteBase /
# legacy redirects
RewriteRule ^Changelog(.html)?$ "https://tinylifegame.com/changelog" [R=301,L]
RewriteRule ^InGameNews(.html)?$ "https://tinylifegame.com/ingamenews" [R=301,L]
RewriteRule ^content_policy(.html)?$ "https://tinylifegame.com/content_policy" [R=301,L]
RewriteRule ^common_issues(.html)?$ "https://tinylifegame.com/common_issues" [R=301,L]
RewriteRule ^preview(.html)?$ "https://tinylifegame.com/preview" [R=301,L]
RewriteRule ^articles/content_policy(.html)?$ "https://tinylifegame.com/content_policy" [R=301,L]
RewriteRule ^articles/common_issues(.html)?$ "https://tinylifegame.com/common_issues" [R=301,L]
RewriteRule ^articles/preview(.html)?$ "https://tinylifegame.com/preview" [R=301,L]