Hello,
can anybody please explain the property "base path"?
If it's empty, every path is accepted. E.g. http://example.de/test or http://example.de/sample.
If it is set (e.g. "path"), only that path is expected.
http://example.de/path ->Ok
http://example.de/path/test -> 404
http://example.de/path/sample -> 404
Because of the name "base path" i expected that every path, starting with the base path, should be accepted.
Thanks
Andi
