From 7dbda86f523ad7be9d6d6ede1ced8b9b2807844f Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 19 Mar 2024 19:08:47 +0100 Subject: [PATCH] actually enable rewrites --- docs/.htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/.htaccess b/docs/.htaccess index 23ce517..2e080db 100644 --- a/docs/.htaccess +++ b/docs/.htaccess @@ -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]