- Issue created by @alecsmrekar
- Merge request !16Issue 3508636: Make regex redirects work on path aliases → (Open) created by alecsmrekar
Regex redirects don't apply to pages that have an associated path alias.
1. Create a node with a path alias /foo
.
2. Create a regex redirect pointing away from /foo
3. See that regex redirect does not apply.
Try to match the regex redirect to the current page's request URL, not just the un-aliased path.
TBD
Active
2.0
Code