Actions
Bug #16869
closedtx_cms_showpic (click to enlarge) not working correct
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2007-01-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hi,
i updated to 4.0.4 and the click to enlarge links to images were
www.domain.deindex.php ...
But only the onclick="" values, the a-href value was korrekt.
Because i am using realurl and set
config.baseURL = http://www.domain.de
as far as i know an url should be written without ending slash.
But adding the slash, i got the solution.
config.baseURL = http://www.domain.de/
so, everything works fine
i think it is an bug and not an misconfiguration
(issue imported from #M4811)
Updated by Martin Kutschker almost 18 years ago
No, the URL in baseURL needs to end in a /. The example in TSref shows this, but doesn't make clear that the trailing / is required.
Actions