Actions
Bug #25366
closedcross domain links to pages with different protocol point to wrong (current) domain
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-03-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If you have multidomain installation, linking to pages on other domains than the current domain won't work if the target page has another url_scheme (http / https) than the current page. In these cases the link resulting from the typolink function will point to the current domain instead of the domain which carries the target page. In my installation realurl is installed, but it shouldn't make any difference.
My search for the reason pointed me to the file class.tslib_content.php, where an additional bracket pair led to the desired result. See attached patch.
(issue imported from #M18000)
Files
Actions