mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-05 04:29:08 +01:00
19 lines
1 KiB
ApacheConf
19 lines
1 KiB
ApacheConf
ExpiresActive On
|
|
ExpiresDefault A31536000
|
|
ExpiresByType text/html A600
|
|
ExpiresByType text/javascript A2592000
|
|
ExpiresByType application/javascript A2592000
|
|
|
|
Options -Indexes
|
|
|
|
RewriteEngine On
|
|
RewriteBase /
|
|
|
|
RewriteRule ^translate/?$ "https://docs.tinylifegame.com/articles/localization.html" [R=301,L]
|
|
RewriteRule ^raw(/.*)?$ "https://raw.githubusercontent.com/Ellpeck/TinyLifeWeb/main$1" [R=301,L]
|
|
|
|
RewriteCond %{QUERY_STRING} "(?=.*ver=([^&]*))?(?=.*log=([^&]*))?"
|
|
RewriteRule ^feedback "https://docs.google.com/forms/d/e/1FAIpQLSfazQgG9tyo0pXcQemTzb3Z9qDAL7y6pIzsnvD3vEXJqwJKQA/viewform?usp=pp_url&entry.769753510=%1&entry.1339288296=Give+feedback+(Suggestions,+complaints+etc.)&entry.476139991=%2" [NE,R=301,L]
|
|
|
|
RewriteCond %{QUERY_STRING} "(?=.*ver=([^&]*))?(?=.*log=([^&]*))?"
|
|
RewriteRule ^bugreport "https://docs.google.com/forms/d/e/1FAIpQLSfazQgG9tyo0pXcQemTzb3Z9qDAL7y6pIzsnvD3vEXJqwJKQA/viewform?usp=pp_url&entry.769753510=%1&entry.1339288296=Report+a+bug+(Crash,+error+notification+in-game+etc.)&entry.476139991=%2" [NE,R=301,L]
|