diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-02-20 16:45:34 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-02-20 16:45:34 -0500 |
commit | 77894a6831ae9cc8a90adbc6de0ab3c92408c316 (patch) | |
tree | 28dea1c20a1825829758082b3204b94d1805be00 /doc/bugs/links_from_sidebars | |
parent | a59af82bb85a037814d3f95d3c9841048b221ca0 (diff) | |
parent | 73b891a434f9cc6c906e97092b7999e702ed4eff (diff) |
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
Diffstat (limited to 'doc/bugs/links_from_sidebars')
-rw-r--r-- | doc/bugs/links_from_sidebars/discussion.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
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. |