Project

General

Profile

Actions

Bug #63954

closed

typolink_URL ignores forceAbsoluteUrl

Added by Andreas Moeller over 9 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-12-17
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Hi,
I am using the following code segmet:

$conf = array(
            'parameter' => $GLOBALS['TSFE']->id,
            'forceAbsoluteUrl' => 1,
        );

        $link = $this->cObj->typolink_URL($conf);

My result is a relative URL such as: /de/test
Of course that is wrong. My result should look like this: http://www.test.de/de/test

By the way. When i use the function typolink() instead of typolink_URL() everything works fine.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #65666: typolink, typolinkEnableLinksAcrossDomains and forceAbsoluteUrl strips absRefPrefixClosedMarkus Klein2015-03-11

Actions
Actions

Also available in: Atom PDF