-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Description
When accessing https://marktext.cc
(without www
), the domain redirects to a GoDaddy landing page (/lander
) instead of the official MarkText website.
However, accessing https://www.marktext.cc
works correctly and loads the expected site.
Steps to reproduce
- Go to https://marktext.cc
- You are redirected to a GoDaddy parked domain page
- Now try https://www.marktext.cc
- The correct site loads successfully
Impact
This could confuse users who find the non-www version in repositories, documentation, or type it manually in the browser. It may also affect trust in the project.
Suggestion
- Check DNS settings or hosting configuration to ensure that
https://marktext.cc
correctly redirects tohttps://www.marktext.cc
, or serves the same content. - As a temporary workaround, consider updating the website link in the repository (and other official references) to use
https://www.marktext.cc
to avoid user confusion.
Thanks in advance, and thank you for the great tool!
Metadata
Metadata
Assignees
Labels
No labels