Thanks for the quick reply!
Cool, you have the same setup as me, so you understand what I am trying to do!
- root is
http://www.mysite.com (vbAdvanced)
- forum is
http://www.mysite.com (vBulletin)
When you say add "Another" .htaccess file into the root folder you mean one similar to the .htaccess file in my root/forum directory? accept with the changes you made above?
This is where I get confused ... I have this .htaccess file in my root/forum folder
Code:
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
What about the robots.txt file in my root folder? Should I add anything to that for the sitemap? I already have this at the bottom of my robots.txt file
Code:
Sitemap: http://www.mysite.com/forum/sitemap_index.xml.gz
Thanks!!