[TYPO3-english] T3BLOG RSS Feed and RealURL

Lorenz Ulrich lorenz-typo3 at visol.ch
Thu Feb 17 14:14:45 CET 2011


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