6 lines
175 B
Plaintext
6 lines
175 B
Plaintext
|
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.
|