They are located where you uploaded sitemap.php, rss.php and urllist.php.
Should be in your forum folder at first, the only URL to submit ot Google and yahoo, the united sitemap is :
- Code: Select all
http://www.example.com/phpBB/sitemap.php (or sitemaps.xml with mod rewrite)
If you turn XSLt styling on, you'll be able to browse the siteamps from there.
Bots will crawl automaticaly all the sitemaps listed in the sitemapIndex.
Rss is the same, except you need to browse :
- Code: Select all
http://www.example.com/phpBB/rss.php (or rss.xml with mod rewrite)
An interesting feed to find out more about the mod is the one listing all available channels :
- Code: Select all
http://www.example.com/phpBB/rss.php?channels (or channels-rss.xml with mod rewrite)
As well you'll have some extra options for rss feeds, such as adding post digest in feeds, things like that, take you time to test and read acp features

Here, it's like :
http://www.phpbb-seo.com/rss-m.xml.gzUrllist is to be found :
- Code: Select all
http://www.example.com/phpBB/urllist.php (or urllist.txt with mod rewrite)
++