Actions
Bug #85997
closedInconsistent page slugs
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
Start date:
2018-08-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Consider the following:
- create a page called "First page" at the site root => its slug is "/first-page"
- rename the page to "First nice page", but don't change the slug
- create a sub-page called "First sub-page" => its slug is "/first-nice-page/first-sub-page"
Now if you access something like www.foo.com/first-nice-page/first-sub-page
in a browser, you might be tempted to remove the last segment in the address bar to access the parent page. However www.foo.com/first-nice-page
does not exist and will result in a page not found error.
Actions