Quote:
Originally Posted by cdement
I am also having the same issue as Jigsaw. I have the directory chmod at 777, the .htaccess file has the rule at the top of the file, my host supports apache mod_rewrite, I have the option vbseo installed set to no, and I have generated the sitemap and when I go to the links it provides for the sitemaps it says 404 Not Found, submitted them to google and get the same from google. What is missing in this equation? Do I not have something right?
|
Hello,
Please make sure that you have the following structure in your .htaccess file:
Code:
RewriteEngine On
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
Perhaps you are missing the '
RewriteEngine On' line.