- Issue created by @boazpoolman
- gaurav gupta Jaipur, Rajasthsan
Gaurav Gupta β made their first commit to this issueβs fork.
- πΊπΈUnited States agentrickard Georgia (US)
The alias system isn't wired to redirect from one alias to another nor to be used in the manner you describe.
The redirect setting is designed to redirect from the alias to the associated domain's canonical URL. See line 114 of domain/src/EventSubscriber/DomainSubscriber.php
The type of complex handling you are looking for is best handled in .htaccess or similar. Alias redirects are for users who don't have access to such tools.
- Status changed to Needs review
about 1 year ago 9:01pm 20 September 2023 - last update
about 1 year ago 93 pass - πΊπΈUnited States agentrickard Georgia (US)
Try this. If it doesn't work, it likely is a feature request for the reasons listed above.
- π³π±Netherlands boazpoolman
Thanks for looking at this issue Rickard!
I've applied your patch, and removed my `a_` prefix workaround, though sadly the redirect loop still occurs.
What is our next course of action? Do you want me to rebrand this issue to be a feature request?