Added my site, even though it's in an early state
[ikiwiki.git] / doc / bugs / links_from_sidebars / discussion.mdwn
blob9cb84328a6028190b87f0c407e7cbb47ea71d7b5
1 In the meantime I have configured nginx to redirect any requests for .../sidebar/ up to the parent page.
3     rewrite ^(.*/)sidebar/$ $1 redirect;
5 This appears to work well.