Results 1 to 6 of 6

Sitemap URL is 404 on vBulletin 4.0.6 & Sitemap 2.6

This is a discussion on Sitemap URL is 404 on vBulletin 4.0.6 & Sitemap 2.6 within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; 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 ...

  1. #1
    Senior Member
    Real Name
    mreyes
    Join Date
    May 2008
    Posts
    125
    Liked
    3 times

    Sitemap URL is 404 on vBulletin 4.0.6 & Sitemap 2.6

    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:

    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>
    So that all seems to be good.

    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?

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    I'm not 100% sure about yoru ruleset... i will flag this for the devs to look at as i'm not familiar with iis7.

    Your sitemap doesn't appear to have completed since 8.20 and only shows 4 sitemap files. If you're seeing 29, something is wrong with the generation, likely timing out. Frankly, 4 sounds better than 29.
    vBSEO Sitemap Generator : Quality vs Quantity - vBulletin SEO Forums


    load it up:
    .com/vbseo_sitemap/vbseo_getsitemap.php?sitemap=sitemap_index.xml.gz

    and you can see what i'm looking at.

  3. #3
    Senior Member
    Real Name
    mreyes
    Join Date
    May 2008
    Posts
    125
    Liked
    3 times
    Quote Originally Posted by Brian Cummiskey View Post
    load it up:
    .com/vbseo_sitemap/vbseo_getsitemap.php?sitemap=sitemap_index.xml.gz

    and you can see what i'm looking at.
    Oddily enough, if I load that up I get the following well formed sitemap:

    Code:
    <sitemapindex xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/09/siteindex.xsd">
    <sitemap>
    <loc>http://www.mysite.com/sitemap_1.xml.gz</loc>
    <lastmod>2010-08-20T02:02:22+00:00</lastmod>
    </sitemap>
    <sitemap>
    <loc>http://www.mysite.com/sitemap_2.xml.gz</loc>
    <lastmod>2010-08-20T02:02:22+00:00</lastmod>
    </sitemap>
    <sitemap>
    <loc>http://www.mysite.com/sitemap_3.xml.gz</loc>
    <lastmod>2010-08-20T02:02:22+00:00</lastmod>
    </sitemap>
    <sitemap>
    <loc>http://www.mysite.com/sitemap_4.xml.gz</loc>
    <lastmod>2010-08-20T02:02:22+00:00</lastmod>
    </sitemap>
    </sitemapindex>
    On checking this morning, I now have a sitemap_30.xml.gz file in the data directory - generated at 02:03:00 (GMT)
    sitemap_ftp.gif

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Hello,

    please try to change this line:
    <match url="^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$" ignoreCase="false" />

    to:

    <match url="^(sitemap_.*\.xml\.gz)" ignoreCase="false" />

  5. #5
    Senior Member
    Real Name
    mreyes
    Join Date
    May 2008
    Posts
    125
    Liked
    3 times
    Hi Oleg,

    I have made the suggested change and unfortunately it had no effect.

    EDIT : I have attached my web.config (unedited, so all URLs are intact)
    Attached Files
    Last edited by mreyes; 09-29-2010 at 09:50 AM. Reason: added web.config

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Mm.. can you provide a temporary access to rewrite rules on the server to try different variations (via support ticket)?

Similar Threads

  1. Replies: 15
    Last Post: 09-18-2010, 04:50 PM
  2. vbulletin xml sitemap built in?
    By RadarLaser in forum General Discussion
    Replies: 4
    Last Post: 12-31-2009, 02:58 AM
  3. vbulletin sitemap.php
    By Majora in forum General Discussion
    Replies: 5
    Last Post: 04-12-2009, 04:18 PM
  4. sitemap generatorun yaptığı sitemap ile roottaki sitemap
    By chaostheory_ozzy in forum Türkçe
    Replies: 15
    Last Post: 07-07-2008, 06:12 AM
  5. Replies: 0
    Last Post: 12-17-2005, 01:11 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •