Open Salamandar opened 3 weeks ago
For now it's totally forbidden to install an app on a subpath of another.I guess we could decide to allow it after making a curl check on the subpath. If it's 403, the subpath is already in use, if it's a 404, we could tolerate the choice of the admin... BUT, this approach has some limitations:
A use case :
landingpage
on /grav
for doc on /docWe could have an app setting
allow_app_under_path
or something equivalent to declare that another app can be installed under it.