Quote:
Originally Posted by iojam
CompuJonathan,
two mod_rewrite lines should be added to your "vbroot/.htaccess" file as described in installation instructions.
Google requires that sitemap file reside at the same level or higher in your website directory structure. That's why you should use http://www.xxxx.com/forum/sitemap.txt (xml.gz) type of sitemap URL.
|
This is what I have:
Code:
RewriteEngine On
RewriteRule ^(sitemap.*\.(xml\.gz|txt))$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
---Edit---
I tried both of the codes you have. The 1 in the first post and the 1 in the install file are different, but neither of them seem to work. I just get 404's.