Actions
Feature #98567
openCheck for redirects without existing target page
Status:
New
Priority:
Should have
Assignee:
-
Category:
Link Handling & Redirect Handling
Target version:
Start date:
2022-10-10
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Problem/Description¶
It's possible that sys_redirect records are getting conflicting when the configured target (like a page with t3://page... schema) is deleted. At least the symfony command `redirects:checkintegrity` reports them.
ToDo(s)¶
- Add a schedulable command to check/cleanup such orphaned sys_redirect records
Acceptance Criteria¶
- It's possible to cleanup redirect records in an automatic way if the target isn't available anymore within the TYPO3 instance.
Actions