[TYPO3-english] realurl and xml suffix
Roberto Torresani
erreti at gmail.com
Mon Dec 15 10:24:06 CET 2008
Hi Dmitry
Thanks very muc for the answer
2008/12/15 Dmitry Dulepov <dmitry at typo3.org>
> Hi!
>
> Roberto Torresani wrote:
> > I used a extension to do sitemap for search engine.
> > If I browse to www.domain.com/sitemap.html works good.
> > If I browse to www.domain.com/sitemap.xml realurl response me that that
> was
> > not a keyword for a postVarSet.
> >
> > How could I configure realurl to answer at xml suffix?
>
> In the configuration file:
>
> ...
> 'fileName' => array(
> 'index' => array(
> 'sitemap.xml' => array(
> 'keyValues' => array(
> 'type' => 200,
> )
> ),
> )
> )
> ...
>
> Make sure to use correct type value.
>
I look that in conf file I have type 100 for backend.php and type 98 for
print.
What do this variable? Where I could find other value and/or documentation?
With this solution, if I have more file about sitemap, I need insert a block
of above code for every file?
Thanks
Roberto
More information about the TYPO3-english
mailing list