Skip to content

Commit

Permalink
chore: redirect of some capital letters in url
Browse files Browse the repository at this point in the history
  • Loading branch information
Meng-Heng committed Dec 19, 2024
1 parent 8aa6376 commit 2bbf8ed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ ErrorDocument 404 /_includes/errors/404
# Handle IIS bug which created links to /DEVELOPER instead of /developer
RedirectMatch "/DEVELOPER(.*)" "/developer$1"

RedirectMatch "/PRODUCTS(.*)" "/products$1"

RedirectMatch "(.*)/ENGINE(.*)" "$1/engine$2"

RedirectMatch "(.*)/WEB(.*)" "$1/web$2"

RedirectMatch "(.*)/DESKTOP(.*)" "$1/windows$2"

#
# Keyboard redirects -- must go before current-version
#
Expand Down

0 comments on commit 2bbf8ed

Please sign in to comment.