ikiwiki/doc/bugs/links_from_sidebars/discussion.mdwn

6 lines
175 B
Markdown

In the meantime I have configured nginx to redirect any requests for .../sidebar/ up to the parent page.
rewrite ^(.*/)sidebar/$ $1 redirect;
This appears to work well.