[TYPO3-english] T3BLOG RSS Feed and RealURL

Josef Florian Glatz typo3 at josdesign.at
Thu Feb 17 14:52:53 CET 2011


Thank you Lorenz,

my Blog-entries are on an subpage of my rootpage. e.g. 
typo3blog.at/blog/atom.xml is it possible to configure realurl in the 
way that I can use for example typo3blog.at/atom.xml

thx in advance,
Josef Florian Glatz

Am 17.02.2011 14:14, schrieb Lorenz Ulrich:
> Hi Josef Florian
>
> Use the filenames part in your RealURL config:
>
> // configure filenames for different pagetypes
> 'fileName' => array(
> 'index' => array(
> 'rss.xml' => array(
> 'keyValues' => array(
> 'type' => 100,
> ),
> ),
> 'rss091.xml' => array(
> 'keyValues' => array(
> 'type' => 101,
> ),
> ),
> 'atom.xml' => array(
> 'keyValues' => array(
> 'type' => 103,
> ),
> ),
> ),
> ),
>
>
> rss.xml will match to page type 100 etc.
>
> Best regards,
>
>
> Lorenz
>
>
> Am 17.02.2011 13:07, schrieb Josef Florian Glatz:
>>
>> Ah...
>>
>> define 1 ts-setup for every rss-type and use unique typeNum?
>>
>> e.g.: realurl: comments.xml -> typeNum=101
>>
>> Did I understand you correct?
>>
>> thanks
>> Josef Florian Glatz
>>
>>
>> Am 17.02.2011 12:15, schrieb Dmitry Dulepov:
>>> Hi!
>>>
>>> Josef Florian Glatz wrote:
>>>> How does realUrl know, which rss-feed is requested.
>>>
>>> Type of the feed corresponds to typeNum GET parameter.
>>>
>>
>



More information about the TYPO3-english mailing list