mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 11:23:29 +01:00
fixed redirects
This commit is contained in:
parent
699184ede5
commit
8711a857e0
1 changed files with 3 additions and 3 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue