Actions
Feature #105934
openAllow redirect to internal page regexp capturing groups
Status:
New
Priority:
Should have
Assignee:
-
Category:
Link Handling & Redirect Handling
Target version:
-
Start date:
2025-01-15
Due date:
% Done:
0%
Estimated time:
PHP Version:
8.2
Tags:
Complexity:
Sprint Focus:
Description
In sys_redirects module I want wo insert a redirect using regex to an internal page containing a placeholder like this:
Source path: #^/mylink/([a-zA-Z]{1}[a-zA-Z0-9_/-]+)#
Target: t3://page?uid=1$1
But the placeholder in target ($1) does not work. It works if I insert an absolute link (no t3: link) like this: https://domain.tld/my/final/link/$1
Updated by Oliver Hader about 1 month ago
- Subject changed from Allow redirect to internal page wieth to Allow redirect to internal page regexp capturing groups
Actions