mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-28 05:48:34 +01:00
Compare commits
No commits in common. "60d52d7f7f00a3ed865f1f4f581d0dacd0c9349d" and "89fca8603ef445d819bb60914bdfb194d0465818" have entirely different histories.
60d52d7f7f
...
89fca8603e
1 changed files with 3 additions and 3 deletions
|
@ -26,8 +26,8 @@ RewriteRule ^devlogs/?$ "#devlogs" [R=301,L,NE]
|
|||
RewriteRule ^roadmap/?$ "#roadmap" [R=301,L,NE]
|
||||
RewriteRule ^community/?$ "#community-showcase" [R=301,L,NE]
|
||||
|
||||
# bugreport and feedback form replacements
|
||||
RewriteCond ?%{QUERY_STRING} "^(?=.*[?&]ver=([^?&]*))?(?=.*[?&]log=([^?&]*))?"
|
||||
# permanent redirects
|
||||
RewriteCond %{QUERY_STRING} "(?=.*ver=([^&]*))?(?=.*log=([^&]*))?"
|
||||
RewriteRule ^feedback "https://link.tinylifegame.com/form?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=([^?&]*))?"
|
||||
RewriteCond %{QUERY_STRING} "(?=.*ver=([^&]*))?(?=.*log=([^&]*))?"
|
||||
RewriteRule ^bugreport "https://link.tinylifegame.com/form?usp=pp_url&entry.769753510=%1&entry.1339288296=Report+a+bug+(Crash,+error+notification+in-game+etc.)&entry.476139991=%2" [NE,R=301,L]
|
||||
|
|
Loading…
Reference in a new issue