Results 1 to 8 of 8

Sitmap not found 404

This is a discussion on Sitmap not found 404 within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; We are not able to view our Sitemap http://www......./sitemap_index.xml.gz We got this Error HTTP 404 Not found. At google-tools the ...

  1. #1
    Senior Member mabe38's Avatar
    Real Name
    Martin Behrsing
    Join Date
    Jan 2008
    Posts
    109
    Liked
    0 times

    Sitmap not found 404

    We are not able to view our Sitemap
    http://www......./sitemap_index.xml.gz
    We got this Error
    HTTP 404 Not found.

    At google-tools the same

    We installed the new htaccess.

    We did made an update on to VBSeo 3.2 and the Sitemap Generator 2.2.
    However, now the Sitemaps are no longer true.
    e.g. this is the display, if the generator manually starts Sitemap
    [SECTION START] member [570s (+1s)]
    [SECTION START] polls [586s (+16s)]
    [SECTION START] blogs [587s (+1s)]
    [SECTION START] albums [587s (+0s)]
    [SECTION START] groups [587s (+0s)]
    [SECTION START] tags [587s (+0s)]
    [create sitemap file] filename: sitemap_13.xml.gz, number of urls: 13116 [587s (+0s)]
    [create sitemap in text format] part #14 [587s (+0s)]
    [create sitemap index] filename: sitemap_index.xml.gz, number of sitemaps: 13 [587s (+0s)]
    Sitemap has been created. Click here to return [594s (+7s)]
    We also missing many sitemaps in the Data folder


    Any Ideas?
    Martin

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    We also missing many sitemaps in the Data folder
    Make sure that you have 0777 permissions set for vbseo_sitemap/data/ folder.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Senior Member mabe38's Avatar
    Real Name
    Martin Behrsing
    Join Date
    Jan 2008
    Posts
    109
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Make sure that you have 0777 permissions set for vbseo_sitemap/data/ folder.
    It was set to 0777

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Please open a ticket with ftp access for troubleshooting.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #5
    Senior Member
    Join Date
    Nov 2005
    Posts
    109
    Liked
    0 times
    I have the same problem. vB 3.7.2, vbseo 3.2.0 and sitemap 2.2 are installed but after accessing http://mywebsite/xy/forum/sitemap_index.xml.gz I get an error 404.

    My forums root htaccess is the original vbseo file:
    Code:
    # 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 /xy/forum/
    
    #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]
    ... and the data directory in vbseo_sitemap is set to 777.

    So what's the problem?

    Thanks in advance.

    Roland

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hello,

    try to replace this line:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)

    with:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap/)
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  7. #7
    Senior Member
    Join Date
    Nov 2005
    Posts
    109
    Liked
    0 times
    Thanx. Now it works.

    Why do I have this problem? I have a standard installation of your products.

  8. #8
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Depending on server sitemap generator rewrite rule may be passed further to the next rewrite directive.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Similar Threads

  1. I think I found a bug
    By kkoray in forum Bug Reporting
    Replies: 1
    Last Post: 07-12-2007, 04:51 AM
  2. vbseo Sitmap uninstall before installing vbseo?
    By hydn in forum Troubleshooting
    Replies: 2
    Last Post: 04-01-2006, 03:50 PM
  3. 404 Not Found
    By sorenlowell in forum Troubleshooting
    Replies: 3
    Last Post: 01-21-2006, 05:05 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
  •