ok i have had problems in the past with url rewrites so i am thinking this is causing my current problem. The sitemap generator runs and creates the file. I can see it when i browse my server. it has the proper permissions, but the link will not access it
http://www.inavid.com/vbseo_sitemap/data/sitemap_index.xml.gz
it is there here is the httpd.ini contents:
[ISAPI_Rewrite]
# Defend your computer from some worm attacks
RewriteRule .*(?:global.asa|default\.ida|root\.exe|\.\.).* . [F,I,O]
# When hosting multiple sites on the same server, it is
# recommended to limit the rewrite rules to the domain(s)
# where vBSEO is installed. Enable (remove '#' at the beginning
# to activate) the following rule and replace 'yourdomain.com'
# with your actual installation domain name.
#RewriteCond Host: .*inavid.com
RewriteCond URL ^/(?!attachments|iconimages).*
RewriteRule ^([^\?]*\.(?:flv|gif|swf.*|jpg|png|css|xml|js|htm|txt|zip )(?:\?(.*))?)$ $1 [I,L]
##RewriteCond Host: .*inavid.com
RewriteRule ^/((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ /vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
#RewriteCond Host: .*inavid.com
RewriteCond URL ^/(?!admincp/|modcp/|menu/|inc/|clientscript/|cpstyles/|images/|videos/|flash/|exchange/|search\.php).*
RewriteRule ^/(.+?)(?:\?(.*))?$ /vbseo.php?vbseourl=$1(?2&$2) [L]
Anyone see anything that would cause it not to let that file open?


LinkBack URL
About LinkBacks





Reply With Quote
