I'm trying to figure out how to make vbseo put the sitemap on the domain root rather than in the
forumsroot/vbseo_sitemap/data/ folder but can't quite seem to figure it out.
My guess is that it has something to do with the rewrite url in the .htaccess file but I don't know what to change it toto make it work correctly.
Currently I have an htaccess file in my domain root, forums root and the forumsroot/vbseo_sitemap/data/ folder but they all say the same thing. I'm guessing one of them needs to be changed or removed.
This is what they all 3 say:
Quote:
RewriteEngine on
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
|
I see in the admin panel there's a setting for Sitemap Files URL, but putting my domain url in there doesn't change anything once I re-run it. As a matter of fact, the cron runs, says done, and it now hasn't updated the file anywhere apparently. Well, I don't see a sitemap file on the root anyway. however, if I type this url in my browser:
http://www.mydomain.com/sitemap_1.xml.gz, a current sitemap pulls up. I'm confused.
Can someone give me some help?
Thanks!