-
Notifications
You must be signed in to change notification settings - Fork 275
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
[Proposal] Change default access point to the root instead of /wayback #385
Comments
The default landing page does show an error:
However, the search form on the landing page is: <form action="query" method="get"> Which submits to the incorrect location. The same form's action attribute changes to a full URL when <form action="http://localhost:8080/wayback/query" method="get"> |
It is confusing to have a search box at |
An alternative approach would be to add a dropdown/datalist menu to the search form only if there are more than one access points configured, otherwise use the default. |
Why not search all access points when at EDIT: It occurs to me that might be what |
To simplify the Getting Started experience, we might want to change the default access point from
/wayback
to/
or make the form in the landing page submit to the default access point (currently it submits the form to/query
which returns404
). Advanced configurations such as multiple access points should still be possible and corresponding configurations should be documented.The text was updated successfully, but these errors were encountered: