I installed this product on 3.6.4 with no problems whatsoever,
I have installed vbulletin in
/forum folder and I'm also running vbadvanced in the root,
to get this to work properly there's only one change that had to be done in the .htaccess file. You need to add these lines to your .htaccess file in your public_html root not your forum root,
public_html/.htaccess file should have these two lines:
Code:
RewriteEngine On
RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
if you have installed your vbulletin in any other folder just replace that with "forum" in the line above.
If you have installed your vbulletin forum in your public_html root then you don't need any modifications to be made. the included .htaccess file will work just fine.
when you go to google to add your site you need to add the domain and not the domain + forum folder, so yours will look like this:
Code:
http://www.yourdomain.com
again do not add the "/forum" to the end of this address.
Now you wanna add your site map enter this line but replace "yourdomain.com" with your own address:
Code:
http://www.yourdomain.com/sitemap_1.xml.gz
when google searches for that file in that address your .htaccess file will redirect its request to the appropriate location which is
Code:
http://www.yourdomain.com/forum/vbseo_sitemap/sitemap_1.xml.gz
I hope this helps clear out some of the confusion out there and maybe the writers can add this bit to their description on the first post if it's valid.
also would help to mention that this works for 3.6.x as well,
Thank you for sharing this wonderful mod.