Details
Expected Result
There are two redirects on this test project (which is a copy of the Python Packaging User Guide where I'm experimenting with redirects):
- Page redirect:
/additional → /guides/
- Page redirect:
/current/ → /guides/tool-recommendations/
I expected redirects to work regardless of whether the URL has a final slash or not.
Actual Result
With this,
IOW, with the dirhtml builder of Sphinx, every moved page needs two redirects — one with trailing slash and one without.
Details
Expected Result
There are two redirects on this test project (which is a copy of the Python Packaging User Guide where I'm experimenting with redirects):
/additional→/guides//current/→/guides/tool-recommendations/I expected redirects to work regardless of whether the URL has a final slash or not.
Actual Result
With this,
IOW, with the dirhtml builder of Sphinx, every moved page needs two redirects — one with trailing slash and one without.