Hi! J. Bakshi wrote: > But the sitemap.xml is giving a message like > > This XML file does not appear to have any style information associated > with it > > Is it an error or ok with that xml ?
It is a warning. It means that the browser cannot show you a nicely formatted page, only raw XML. You can ignore this warning. > More over the manual suggests to configure the .htaccess so that all > xml redirected to index.php > What should be the .htaccess configuration to do this ? You do not need it if you use RealURL. However if you still want it, here it is: RewriteRule .*\.xml$ index.php [L] -- Dmitry Dulepov TYPO3 core team http://dmitry-dulepov.com/ "Sometimes they go bad. No one knows why" (Cameron, TSCC, "Dungeons&Dragons") _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
