Actions
Bug #14928
closedLinks to to URLs on same domain (outside typo3) don't work when set with RTE
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2005-08-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.7.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When the installationdirectory is named "typo3" there is a problem, when linking an URL via the RTE, which is located on the same domain:
Set external Link via the (any) RTE:
http://www.domain.do/sub/
The result is:
<link typo3/sub/>text</link>
This problem occurs both in
CONST: PHP_OS : Linux
CONST: TYPO3_OS :
CONST: php_sapi_name: apache
OTHER: TYPO3_VERSION: 3.8.0
OTHER: PHP_VERSION : 4.3.10
and
CONST: PHP_OS : WINNT
CONST: TYPO3_OS : WIN
CONST: php_sapi_name: apache2handler
OTHER: TYPO3_VERSION: 3.7.0
OTHER: PHP_VERSION : 4.3.4
As far as I went it's located somewhere around
t3lib_parsehtml_proc #1448
(issue imported from #M1380)
Actions