Hello all,
When I attempt to access my sitemap, i.e.:
http://www.mysite.com/sitemap_index.xml.gz
I see my standard 404 error page. Now I am under the impression that this is actually a rewritten URL - so on checking my web.config (this is a Windows server) - I have the following relevant entry:
So that all seems to be good.Code:<rule name="Imported Rule 1" enabled="true" stopProcessing="true"> <match url="^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$" ignoreCase="false" /> <action type="Rewrite" url="vbseo_sitemap/vbseo_getsitemap.php?sitemap={R:1}" appendQueryString="false" /> </rule>
I have also checked the contents of:
root/vbseo_sitemap/data/
and this seems to have all the files you would expect, last file modified was sitemap_29.xml.gz at 02:02 this morning.
So, does anybody know what could be causing this?


LinkBack URL
About LinkBacks





Reply With Quote

