[TYPO3-english] page type parameter in typolink - problem with realurl
Tymoteusz Motylewski
t.motylewski at gmail.com
Tue Sep 14 16:50:14 CEST 2010
Hello
I have a typolink which points to rss feed. Without realurl it is
working just fine, the address is domain.com/index.php?id=1&type=100
but when I enable realurl the address become
domain.com/title-of-a-page instead of domain.com/rss.xml
The strange thing is that if I type an address "domain.com/rss.xml" in
my browser, it works fine - I will get RSS feed.
Here is my typolink configuration:
temp.channels = HTML
temp.channels.value = RSS
temp.channels.value.typolink.parameter = 1
temp.channels.value.typolink.additionalParams = &type=100
[....]
'fileName' => array (
'defaultToHTMLsuffixOnPrev' => '0',
'index' => array(
'rss.xml' => array('keyValues' => array('type' => 100)),
'rss091.xml' => array('keyValues' => array('type' => 101)),
'atom03.xml' => array('keyValues' => array('type' => 102)),
'atom.xml' => array('keyValues' => array('type' => 103)),
'rdf.xml' => array('keyValues' => array('type' => 104)),
),
),
[...]
Do you have any clue what is wrong?
I'm using TYPO3 4.3.5 and realurl 1.9.4.
Regards
Tymoteusz
More information about the TYPO3-english
mailing list