diff options
author | Joey Hess <joey@kitenet.net> | 2008-02-20 12:30:33 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-02-20 12:30:33 -0500 |
commit | 73b891a434f9cc6c906e97092b7999e702ed4eff (patch) | |
tree | fc1ec6bd5fc1de982fde5ecea60e7059f7c55144 /doc/bugs/links_from_sidebars | |
parent | cf02ab0eafd9e4d4a91c6d5eff4383bc789386b9 (diff) | |
download | ikiwiki-73b891a434f9cc6c906e97092b7999e702ed4eff.tar ikiwiki-73b891a434f9cc6c906e97092b7999e702ed4eff.tar.gz |
web commit by Justin: explain workaround using server rewriting.
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. |