Add this to your config.php addPlugin('Sitemap'); $config['admin']['panels'][] = 'sitemap'; You then need to configure the required options in the admin section. Then you need to make a sitemaps directory and run from the php /yourbaseinstall/scripts/sitemap.php -f sitemapindex.xml -d sitemaps -u http://domain.com/sitemaps/ To generate the site map and then run php /yourbaseinstall/plugins/sitemap/scripts/updatecounts.php To submit it to the various search engines for which you provided keys to in the admin section of the plugin.
Comments
addPlugin('Sitemap');$config['admin']['panels'][] = 'sitemap';
You then need to configure the required options in the admin section.
Then you need to make a sitemaps directory and run from the
php /yourbaseinstall/scripts/sitemap.php -f sitemapindex.xml -d sitemaps -u http://domain.com/sitemaps/To generate the site map and then run
php /yourbaseinstall/plugins/sitemap/scripts/updatecounts.phpTo submit it to the various search engines for which you provided keys to in the admin section of the plugin.
But thanks,
Regards,
Andre.
error:Could not open input file: sitemap.php Segmentation fault