0 pts
Previous Challenge 2 of 6 Next
Redirect
10 pts

You are an application owner managing the transition away from a legacy login endpoint.

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.

Ensure requests to the old login path are seamlessly redirected to the current page without breaking the user experience.

Configure a redirect rule on the virtual server to issue an HTTP redirect from /old/login to /login.