Redirect
10 pts
—
Persona
You are an application owner managing the transition away from a legacy login endpoint.
Situation
The login page was recently migrated from /old/login to /login, but users with saved bookmarks and cached links continue hitting the old path and receiving 404 errors.
Goal
Ensure requests to the old login path are seamlessly redirected to the current page without breaking the user experience.
Action
Configure a redirect rule on the virtual server to issue an HTTP redirect from /old/login to /login.
Result