mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 19:28:35 +01:00
actually enable rewrites
This commit is contained in:
parent
332744f804
commit
7dbda86f52
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ ExpiresByType text/html A600
|
||||||
ExpiresByType text/javascript A2592000
|
ExpiresByType text/javascript A2592000
|
||||||
ExpiresByType application/javascript A2592000
|
ExpiresByType application/javascript A2592000
|
||||||
|
|
||||||
|
RewriteEngine On
|
||||||
|
RewriteBase /
|
||||||
|
|
||||||
# legacy redirects
|
# legacy redirects
|
||||||
RewriteRule ^Changelog(.html)?$ "https://tinylifegame.com/changelog" [R=301,L]
|
RewriteRule ^Changelog(.html)?$ "https://tinylifegame.com/changelog" [R=301,L]
|
||||||
RewriteRule ^InGameNews(.html)?$ "https://tinylifegame.com/news" [R=301,L]
|
RewriteRule ^InGameNews(.html)?$ "https://tinylifegame.com/news" [R=301,L]
|
||||||
|
|
Loading…
Reference in a new issue