Skip to content

Commit

Permalink
Merge pull request #527 from keymanapp/fix/embedded-language-search
Browse files Browse the repository at this point in the history
fix: Append query string for /keyboards/languages searches
  • Loading branch information
darcywong00 authored Jan 16, 2025
2 parents c579452 + 5aef620 commit 544f7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ RewriteRule "^keyboards/(?!index\.php|install|keyboard|session|share)([^/]+)$" "
# RewriteRule "^keyboards$" "/keyboards/index.php" [L]

# /keyboards/languages to /keyboards/index.php
RewriteRule "^keyboards/languages/(.*)" "/keyboards/index.php?q=l:id:$1" [END]
RewriteRule "^keyboards/languages/(.*)" "/keyboards/index.php?q=l:id:$1" [END,QSA]

# /keyboards/download to /keyboards/download.php
RewriteRule "^keyboards/download(.php)?" "/keyboards/download.php" [END,QSA]
Expand Down

0 comments on commit 544f7ff

Please sign in to comment.