actually enable rewrites

This commit is contained in:
Ell 2024-03-19 19:08:47 +01:00
parent 332744f804
commit 7dbda86f52

View file

@ -4,6 +4,9 @@ ExpiresByType text/html A600
ExpiresByType text/javascript A2592000
ExpiresByType application/javascript A2592000
RewriteEngine On
RewriteBase /
# legacy redirects
RewriteRule ^Changelog(.html)?$ "https://tinylifegame.com/changelog" [R=301,L]
RewriteRule ^InGameNews(.html)?$ "https://tinylifegame.com/news" [R=301,L]