- Issue created by @swatichouksey4u
- πΊπΈUnited States drpldrp San Francisco, CA
Looking into it.
There were some changes to the outbound path processing to use $option['prefix'] in an attempt to get things working with Language.
Might have to revert and abandon Language compatibility for Redirect.
- πΊπΈUnited States drpldrp San Francisco, CA
Try this patch.
It removes a condition for $option['absolute'] in the outbound path processor. The condition prevented "absolute urls" from having the microsite path appended to the url. Redirect module "enforce canonical" setting does some logic based on absolute urls.
Unfortunately I can't recall if it was really necessary to exclude absolute urls from being altered with the microsite base path. I think my logic at the time was just that absolute urls should be absolute.
- π¬π§United Kingdom swatichouksey4u
Thanks, The Provided Patchis working fine.
- πΊπΈUnited States brad.bulger
I think I know why you had that absolute URL logic in there. In the unpatched code, links to nodes that are tied to other domains with Domain Source show correct URLs to that domain. With the patch, they all come out in the current microsite domain. These are links generated by Linkit in CKEditor 5.
- Status changed to Fixed
2 months ago 3:55am 11 September 2024