Quote:
Originally Posted by Parabellum
I had the same problem. The way I got it to work was to go to settings and in the box for Sitemap Files URL enter http://www.yoursite.com now in your root .htaccess file add forum/ in front of vbseo_sitemap/.
example below:
Code:
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
|
Ehm. correction. Google now finds my sitemap index, but not my sitemaps. Does anyone have a clue how to solve that one?