Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct domain for site links #24

Merged
merged 1 commit into from
Nov 12, 2023
Merged

Correct domain for site links #24

merged 1 commit into from
Nov 12, 2023

Conversation

per1234
Copy link
Owner

@per1234 per1234 commented Nov 12, 2023

The website is at the domain www.inoplatforms.info.

Ideally, the website could always be referred to as the more concise "inoplatforms.info". A redirect is set up from inoplatforms.info to www.inoplatforms.info, but there are several problems with using this domain in links:

For this reason, www.inoplatforms.info should always be used in site links.

The website is at the domain www.inoplatforms.info.

Ideally, the website could always be referred to as the more concise "inoplatforms.info". A redirect is set up from
inoplatforms.info to www.inoplatforms.info, but there are several problems with using this domain in links:

* It only works if the http scheme is used in the URL. The redirect doesn't work if the https scheme is used.
* It always points to the root path, even if the source url pointed to a sub-path in the site (e.g.,
  http://inoplatforms.info/about redirects to https://www.inoplatforms.info instead of
  https://www.inoplatforms.info/about)
* It makes the page load take longer (due to the redirection taking some time)

For this reason, www.inoplatforms.info should always be used in site links.
@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: code Related to content of the project itself labels Nov 12, 2023
@per1234 per1234 self-assigned this Nov 12, 2023
@per1234 per1234 merged commit df77f9e into main Nov 12, 2023
71 checks passed
@per1234 per1234 deleted the fix-links branch November 12, 2023 05:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant