This page is working!
Try the following:
/nested
, and you will get a 302 redirect to /nested/
(with trailing slash) where you'll be served the document /nested/index.html
.
/will-redirect/
, and you will be redirected to /redirected/
.
/will-redirect/#heading?foo=bar
, and you will be redirected to /redirected/#heading?foo=bar
.
/will-redirect-with-path/deep/
, and you will be redirected to /redirected/deep/
.
/nonexistent/
, and you will see an error page.