Quote:
Originally Posted by Dark Blade
Yes Oleg, I did create the sheduled taks in the Admin CP...
|
Ok. Don't know if this is anyone else's problem, but the .htaccess file in the download folder and the directions in the readme read as follows:
RewriteEngine On
RewriteRule ^(sitemap.*\.(xml\.gz|txt))$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
But, since my forum is not at root I had to add the folder where my forum and the sitemapname script files are located (/forum/) to the front of the url like this.
RewriteEngine On
RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$
/forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
Now google is identifying them with a green sitemap tag and says "OK" after it finishes.