Quote:
Originally Posted by iojam
|
?? You told me in an earlier post that the sitemaps get created in data library and the .htaccess then points to the data library so google thinks the sitemap is in the root.
Anyway - the sitemaps gets created in the data library - when I install the mod...
EDIT:
In vbseo_sitemap_functions.php
Deleted: define('VBSEO_DAT_FOLDER', VBSEO_SMDIR . '/data/');
Changed: //define('VBSEO_DAT_FOLDER', dirname(__FILE__) . '/../'); // choose this to place sitemap files directly to your vB root
to
define('VBSEO_DAT_FOLDER', './'); // choose this to place sitemap files directly to your vB root
Now both sitemap_index.xml.gz and sitemap_1_xml.gz gets created in the root = Google can find the sitemap without the .htaccess modification = my problem solved.