From: Joey Hess Date: Wed, 20 Feb 2008 17:30:33 +0000 (-0500) Subject: web commit by Justin: explain workaround using server rewriting. X-Git-Tag: 2.40~79^2 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/73b891a434f9cc6c906e97092b7999e702ed4eff web commit by Justin: explain workaround using server rewriting. --- diff --git a/doc/bugs/links_from_sidebars/discussion.mdwn b/doc/bugs/links_from_sidebars/discussion.mdwn new file mode 100644 index 000000000..9cb84328a --- /dev/null +++ b/doc/bugs/links_from_sidebars/discussion.mdwn @@ -0,0 +1,5 @@ +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.