mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-17 17:23:12 +01:00
add some additional feedback form arguments
This commit is contained in:
parent
60d52d7f7f
commit
07112a7670
1 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@ 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=([^?&]*))?"
|
||||
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=([^?&]*))?"
|
||||
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]
|
||||
RewriteCond ?%{QUERY_STRING} "^(?=.*[?&]ver=([^?&]*))?(?=.*[?&]log=([^?&]*))?(?=.*[?&]full=([^?&]*))?(?=.*[?&]os=([^?&]*))?"
|
||||
RewriteRule ^feedback "https://link.tinylifegame.com/form?usp=pp_url&entry.1339288296=Give+feedback+(Suggestions,+complaints+etc.)&entry.769753510=%1&entry.476139991=%2&entry.1993358417=%3&entry.88091390=%4" [R=301,L,NE]
|
||||
RewriteCond ?%{QUERY_STRING} "^(?=.*[?&]ver=([^?&]*))?(?=.*[?&]log=([^?&]*))?(?=.*[?&]full=([^?&]*))?(?=.*[?&]os=([^?&]*))?"
|
||||
RewriteRule ^bugreport "https://link.tinylifegame.com/form?usp=pp_url&entry.1339288296=Report+a+bug+(Crash,+error+notification+in-game+etc.)&entry.769753510=%1&entry.476139991=%2&entry.1993358417=%3&entry.88091390=%4" [R=301,L,NE]
|
||||
|
|
Loading…
Reference in a new issue