We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Our sldr files use this form of url to reference a keyboard, but it just goes to the home page for the keyboard: https://keyman.com/go/keyboard/sil_euro_latin/download/kmp
This one works: https://keyman.com/go/package/download/sil_euro_latin
However, @mcdurdin says the first one is recommended and the second one is not a publicly stable one.
This is possibly a bug coming out of our move to Docker with Apache recently.
The text was updated successfully, but these errors were encountered:
Preliminary investigation:
Original IIS rule
keyman.com/go/web.config
Lines 21 to 25 in ab3d0a4
Current .htaccess rule
keyman.com/go/.htaccess
Lines 10 to 11 in b695ba0
Seems both go to /keyboards/download?id=$1&platform=windows&mode=standalone
/keyboards/download?id=$1&platform=windows&mode=standalone
Will check if that's supposed to load a page or redirect to a kmp file Following where /keyboards/download goes...
/keyboards/download
Sorry, something went wrong.
darcywong00
Successfully merging a pull request may close this issue.
Our sldr files use this form of url to reference a keyboard, but it just goes to the home page for the keyboard:
https://keyman.com/go/keyboard/sil_euro_latin/download/kmp
This one works: https://keyman.com/go/package/download/sil_euro_latin
However, @mcdurdin says the first one is recommended and the second one is not a publicly stable one.
This is possibly a bug coming out of our move to Docker with Apache recently.
The text was updated successfully, but these errors were encountered: