[TYPO3-english] fileName suffix and realurl

Dmitry dmitry at typo3.ru.net
Tue Feb 3 07:40:12 CET 2015


Hi all, I'm use TYPO3 6.2.x
In my realurl_conf.php I write

     'fileName' => array (
            'defaultToHTMLsuffixOnPrev' => 0,
            'acceptHTMLsuffix' => 1,
            'index' => array(
                    'feed.rss' => array(
                            'keyValues' => array(
                                    'type' => 9818,
                            )
                    ),
            )
    ),

In the rss list I get links like
http://mydomain.com/blog/post/lorem-ipsum-dolor-sit-amet/feed.rss i.e. to link suffix added "feed.rss".

A few years ago, under the same settings such problem was not (Not news, sitemap via TS).


More information about the TYPO3-english mailing list