-
Notifications
You must be signed in to change notification settings - Fork 50
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
Fix https://eclipse.dev/eclipse redirect to 404.html #287
base: master
Are you sure you want to change the base?
Conversation
- It currently redirects to https://www.eclipse.org/errors/404.html but it would be better to redirect to portal, e.g., https://projects.eclipse.org/projects/eclipse.platform - More correct would be https://projects.eclipse.org/projects/eclipse but it's quite bogus in content. eclipse-equinox/equinox#895
FYI, I have tested this with my local host which serves the PHP like this if specified explicitly: But if I enter this: it redirects: I expect the real server also given precedence to the index.html and will provide the redirection. In any case, we really should take some type of action to fix this problem and this file shows how we can generally redirect any page (folder) to a different page. |
@laeubi @chrisrueger @akurtakov This simple pattern allows one to express a redirection simply by placing this Clearly we need to think about how to revamp the overall site(s), but we should minimally repair the project root folders if the project website is still being used to populate the contents of dev.eclipse.org... |
Yes, I understand that this is not the best way and that some Maybe we're allowed to author an https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/5722 |
For Tycho I asked the infra team and they set it up for the project. |
I suspect that the fact that the content of this determines the contents of the website makes this a different beast: https://github.com/eclipse-platform/www.eclipse.org-eclipse But that's just a suspicion with no factual basis. |
Is this one still needed or problem will be handled in another way? |
Apparently it could be handled in a different way by the foundation upon request, we could redirect like this, or we could create proper content at this page... |
So it's up to you (or whoever else works to improve it). Anything is better than current state. |
https://projects.eclipse.org/projects/eclipse.platform
eclipse-equinox/equinox#895