Bug #94172
closedSystem 404 error if page is disabled
0%
Description
Environment:¶
TYPO3 9.5 with site config and a page as 404 error handling.
errorHandling:
- errorCode: '404'
errorHandler: Page
errorContentSource: 't3://page?uid=123'
Current behavior:¶
Editor disables page
URL of disabled page shows a default error page instead of configured 404 handling
(See screenshot)
Expected behavior:¶
Editor disables a page
URL of disabled page shows the configured 404 page.
Workaround:¶
Editor disables page
Editor change slug of disabled page, e.g. add "-disabled" so the previous slug doesn't exists anymore.
Original URL of disabled page shows configured 404 page because there is no slug that matches.
Files
Updated by Oliver Bartsch about 3 years ago
- Status changed from New to Needs Feedback
Hi, I'm currently not able to reproduce this in current master or 10.4.22. Does this issue still exist for you in one of those versions?
Updated by Christian Kuhn almost 3 years ago
- Status changed from Needs Feedback to Closed
hey. i hope it's ok to close this issue for now: we had a few patches in this area in v10 and v11 and we think the issue should be resolved now. please ping us to re-open, or create a fresh issue in case we missed something.