Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Set default User-Agent to something that doesn't mention libwww-perl
[git.ikiwiki.info.git]
/
doc
/
bugs
/
links_from_sidebars
/
discussion.mdwn
1
In the meantime I have configured nginx to redirect any requests for .../sidebar/ up to the parent page.
2
3
rewrite ^(.*/)sidebar/$ $1 redirect;
4
5
This appears to work well.