[Typo3] Typoscript: getting full path (using realurl)

Rodrigo Cea typo3list at ejez.cjb.net
Thu Feb 3 13:45:32 CET 2005


List:

I have a typo 3.7 site, which uses speaking URLs, like: 
www.site.com/newsletter1/etc/etc/etc

I am trying to automatically set some links using the following typoscript

101 = TEXT
101.value = <a href="interview/">|</a>

Which should, when applied to an element on "www.site.com/newsletter1/", 
result in a link to "www.site.com/newsletter1/interview/".

Unfortunately, the link actually looks like "www.site.com/interview/".

Apparently, since the "real" address of any page is always 
www.site.com/index.php, this is what is used as a base for relative links.

What I am looking for is the right typoscript syntax to say "the full 
speaking realURL of this page, plus 'interview/'".

Any help is, as always, greatly appreciated.

Rodrigo



More information about the TYPO3-english mailing list