web commit by Justin: explain workaround using server rewriting.
parent
cf02ab0eaf
commit
73b891a434
|
@ -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.
|
Loading…
Reference in New Issue