Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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