Open jankeromnes opened 5 years ago
It's already theia-ide.org
in all places :slightly_smiling_face:
/
/docs
/docs/something
When you request theia-ide.org
, the server says "Moved Permanently to www.theia-ide.org
":
$ curl -v https://theia-ide.org
> GET / HTTP/2
> Host: theia-ide.org
>
* Connection state changed (MAX_CONCURRENT_STREAMS updated)!
< HTTP/2 301
< location: https://www.theia-ide.org/
So when you try to open https://theia-ide.org, you will be forcefully redirected to https://www.theia-ide.org
What do we do then?
What do we do then?
As indicated in https://github.com/theia-ide/theia-website/pull/55#issuecomment-529545687, I think this is something that needs to be changed in the Netlify admin interface. Who has access to that?
Sorry! @jankeromnes for the late reply.
As indicated in #55 (comment), I think this is something that needs to be changed in the Netlify admin interface. Who has access to that?
@svenefftinge Please have a look at this whenever you'll have time.
As discussed in https://github.com/theia-ide/theia-website/issues/51#issuecomment-526151177, we prefer using https://theia-ide.org/ instead of https://www.theia-ide.org/.
@nisarhassan12 if you agree, please make that the website default, and update all canonical URLs.
If you don't agree, I'm happy to discuss this further in order to figure out together what's best. 🙂