CONTEXT
We are creating a knowledgebase for our software product. And the product has an area «Administration» so we like to create a corresponding area in our documentation.
EXPECTED BEHAVIOR
Create a page with title Administration with subfolders resp. subpages.
CURRENT BEHAVIOR
Neither a page Administration nor subpages cannot be created if the folder name on the root level starts with admin
STEPS TO REPRODUCE
Easy to reproduce
I'm locally on grav.localhost but the behavior is independent of the domain and environment.
- Add a page:

- Press Continue
- Result: redirect to http://grav.localhost/pages/administration/:add which results in an 404

Not as easy to reproduce because the error exists after renaming
- Add a page Management on the root level; add content, subpages, modules and so on → everything works fine
- Rename the folder on the tab Advanced to administration

- Result: everyhing seems to work but you cannot add subpages or modules → result on creation is a redirect and a 404
It seems that it doesn't matter how the folder name is in general as long as it doesn't start with “admin”. Tried different folder names:
- administration → 404
- administrator → 404
- badminton → no issue
- home-administration → no issue
- admin-it-doesnt-matter-whats-coming-next → 404
This issue applies only to the top level. Having a folder administration on a deeper level does not have any issues.
CONTEXT
We are creating a knowledgebase for our software product. And the product has an area «Administration» so we like to create a corresponding area in our documentation.
EXPECTED BEHAVIOR
Create a page with title Administration with subfolders resp. subpages.
CURRENT BEHAVIOR
Neither a page Administration nor subpages cannot be created if the folder name on the root level starts with admin
STEPS TO REPRODUCE
Easy to reproduce
I'm locally on grav.localhost but the behavior is independent of the domain and environment.
Not as easy to reproduce because the error exists after renaming
It seems that it doesn't matter how the folder name is in general as long as it doesn't start with “admin”. Tried different folder names:
This issue applies only to the top level. Having a folder administration on a deeper level does not have any issues.