Actions
Feature #103408
openAutomatically add redirects if a file is moved within the fileadmin module
Status:
New
Priority:
Should have
Assignee:
-
Category:
Link Handling & Redirect Handling
Target version:
-
Start date:
2024-03-16
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
As editor I'd like TYPO3 to automatically add redirects when I move files in the fileadmin module (via drag&drop).
This should be clear if only files are moved.
Problem / to be clarified¶
If a folder is moved it will get a bit interesting.
The "easiest" way would be to add a wildcard redirect for the folder that was used.
This might lead to problems if someone creates a folder with the same name in the same location.
This could be prevented by checking the redirects when creating a folder.
Actions