Actions
Bug #17059
closedUse relative addresses
Start date:
2007-03-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
So far, typo3 always uses absolute web addresses (with http://) for menus in the frontend, with and without RealURL. With this it is not possible to create static html pages with `wget'.
But it would be possible without problems to use relative address instead, eg. ../index.php?id=... instead of http://localhost/typo3/4.0.5/index.php?id=... Then it would be possible to use `wget' for static html pages.
(issue imported from #M5099)
Actions