Skip to content

Commit

Permalink
chore: changes to use https, and 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 18, 2024
1 parent 4dbc0be commit b584f14
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 7 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
2 changes: 1 addition & 1 deletion developer/10.0/guides/distribute/tutorial/step-4.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

<dd>
<p>Enter the name of the website where you will have information about this keyboard. If you want to host it on keyman.com,
you could enter http://www.keyman.com/</p>
you could enter https://keyman.com/</p>
</dd>

<dt>Image file</dt>
Expand Down
2 changes: 1 addition & 1 deletion developer/11.0/guides/distribute/tutorial/step-4.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

<dd>
<p>Enter the name of the website where you will have information about this keyboard. If you want to host it on keyman.com,
you could enter http://www.keyman.com/</p>
you could enter https://keyman.com/</p>
</dd>

<dt>Image file</dt>
Expand Down
2 changes: 1 addition & 1 deletion developer/12.0/guides/distribute/tutorial/step-4.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

<dd>
<p>Enter the name of the website where you will have information about this keyboard. If you want to host it on keyman.com,
you could enter http://www.keyman.com/</p>
you could enter https://keyman.com/</p>
</dd>

<dt>Image file</dt>
Expand Down
2 changes: 1 addition & 1 deletion developer/13.0/guides/distribute/tutorial/step-4.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

<dd>
<p>Enter the name of the website where you will have information about this keyboard. If you want to host it on keyman.com,
you could enter http://www.keyman.com/</p>
you could enter https://keyman.com/</p>
</dd>

<dt>Image file</dt>
Expand Down
2 changes: 1 addition & 1 deletion developer/14.0/guides/distribute/tutorial/step-4.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

<dd>
<p>Enter the name of the website where you will have information about this keyboard. If you want to host it on keyman.com,
you could enter http://www.keyman.com/</p>
you could enter https://keyman.com/</p>
</dd>

<dt>Image file</dt>
Expand Down
2 changes: 1 addition & 1 deletion developer/15.0/guides/distribute/tutorial/step-4.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

<dd>
<p>Enter the name of the website where you will have information about this keyboard. If you want to host it on keyman.com,
you could enter http://www.keyman.com/</p>
you could enter https://keyman.com/</p>
</dd>

<dt>Image file</dt>
Expand Down
2 changes: 1 addition & 1 deletion developer/16.0/guides/distribute/tutorial/step-4.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

<dd>
<p>Enter the name of the website where you will have information about this keyboard. If you want to host it on keyman.com,
you could enter http://www.keyman.com/</p>
you could enter https://keyman.com/</p>
</dd>

<dt>Image file</dt>
Expand Down

0 comments on commit b584f14

Please sign in to comment.