Actions
Feature #102365
openRegular expression with page id target
Status:
Needs Feedback
Priority:
Should have
Assignee:
Category:
Link Handling & Redirect Handling
Target version:
-
Start date:
2023-11-13
Due date:
% Done:
0%
Estimated time:
PHP Version:
8.2
Tags:
Complexity:
Sprint Focus:
Description
When using a regular expression where the end of the url should be added to the target url, it is only possible via target external url but not with page id and adding $1 to the url.
E.g. the example here https://docs.typo3.org/c/typo3/cms-redirects/main/en-us/Usage/Index.html has target https://example.org/newpath/$1 but it would be great to have a target url like t3://page?uid=196/$1.
Actions