Skip to content

Commit

Permalink
Merge pull request #475 from keymanapp/fix/go-download-kmp
Browse files Browse the repository at this point in the history
fix: Modify stable url for keyboard download to kmp file
  • Loading branch information
darcywong00 authored Nov 25, 2024
2 parents d1a43b9 + 24ad8a8 commit 84d2e47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ RedirectMatch "/go/(([1-9][0-9])([.]?)([0-9]))/developer-help-(mobile|packages)(
# Download redirects for keyboard permalinks (TODO: these three rules need refresh)

# download-kmp
RedirectMatch "/go/keyboard/([^/?]+)/download/kmp$" "/keyboards/download?id=$1&platform=windows&mode=standalone"
# Modified to match download-package below
RewriteRule "^keyboard/([^/]+)/download/kmp$" "package/download.php?type=keyboard&id=$1" [END,QSA]

#download-exe
RedirectMatch "/go/keyboard/([^/?]+)/download/exe$" "/keyboards/download?id=$1&platform=windows&mode=bundle"
Expand Down

0 comments on commit 84d2e47

Please sign in to comment.