TYPO3 11.5.26.
I have had two pages called "test" in the page tree:
- page type=folder id=34 slug=test
- page type=standard id=10 slug=test1
Then I did rename the slug for 1 into 'test-folder' and the slug for 2 into 'test'.
- page type=folder id=34 slug=test-folder
- page type=standard id=10 slug=test
The page properties for 2 show well https//my-typo3-site.com/test in the slug field. But when I enter https//my-typo3-site.com/test into the browser tab url then it is immediately redirected into https//my-typo3-site.com/test-folder/ and I get a 404 page not found error. But the test-folder is a folder page and is not meant to be used for the front end.
How can I clear the slug cache in order also the TYPO3 frontend will show me the slugs as they are already in the backend? Or how does it come that the subpage test is redirected into test-folder?