2023-06-02 10:20:59 +02:00
|
|
|
ExpiresActive On
|
|
|
|
ExpiresDefault A31536000
|
|
|
|
ExpiresByType text/html A600
|
|
|
|
ExpiresByType text/javascript A2592000
|
|
|
|
ExpiresByType application/javascript A2592000
|
2024-03-19 19:06:53 +01:00
|
|
|
|
2024-03-19 19:08:47 +01:00
|
|
|
RewriteEngine On
|
|
|
|
RewriteBase /
|
|
|
|
|
2024-03-19 19:06:53 +01:00
|
|
|
# legacy redirects
|
|
|
|
RewriteRule ^Changelog(.html)?$ "https://tinylifegame.com/changelog" [R=301,L]
|
2024-03-19 19:39:02 +01:00
|
|
|
RewriteRule ^InGameNews(.html)?$ "https://tinylifegame.com/ingamenews" [R=301,L]
|
2024-04-16 10:17:05 +02:00
|
|
|
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]
|
2024-10-14 22:22:12 +02:00
|
|
|
RewriteRule ^articles/community_mod_tutorials(.html)?$ "https://docs.tinylifegame.com/articles/community_tutorials.html" [R=301,L]
|