Ok I don't quite understand this one. I upgraded to the latest sitemap generator because of a <priority/> tag bug and everything seamed to be going great. I reran the generator and all was working so I just left it at that.
Now I am getting a "Page not found" error whenever I go to the sitemap page. Here is the URL:
http://www.rakeback.com/sitemap_index.xml.gz
Here is the relevant part of my websites root directory .htaccess file:
Here is the entire contents of my .htaccess file in the poker-forum/ directory:RewriteRule ^sitemap_([a-z0-9]+).xml.gz$ poker-forum/sitemap_$1.xml.gz
I checked and the file does exist in poker-forum/vbseo_sitemap/data/ but alas, I don't see where this is screwing up. Is there anything noticable there that would cause this problem?# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On
# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /
#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]


LinkBack URL
About LinkBacks





Reply With Quote