Results 1 to 4 of 4

Page not found

This is a discussion on Page not found within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; Ok I don't quite understand this one. I upgraded to the latest sitemap generator because of a <priority/> tag bug ...

  1. #1
    Junior Member
    Real Name
    Mika Ollila
    Join Date
    Jan 2006
    Posts
    27
    Liked
    0 times

    Page not found

    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:
    RewriteRule ^sitemap_([a-z0-9]+).xml.gz$ poker-forum/sitemap_$1.xml.gz
    Here is the entire contents of my .htaccess file in the poker-forum/ directory:
    # 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]
    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?

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

    please change this line:
    Code:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
    to:
    Code:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)

  3. #3
    Junior Member
    Real Name
    Mika Ollila
    Join Date
    Jan 2006
    Posts
    27
    Liked
    0 times
    and that did the trick, thanks a bunch

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    You are welcome!

Similar Threads

  1. Replies: 380
    Last Post: 05-16-2012, 04:06 PM
  2. vbseo sitemap page says page not found
    By crazlunatic in forum Troubleshooting
    Replies: 9
    Last Post: 12-21-2010, 05:47 PM
  3. Page Not Found
    By Eurofighter in forum Deutsch
    Replies: 3
    Last Post: 03-26-2008, 06:14 AM
  4. Page not found
    By clarke_Kent in forum Troubleshooting
    Replies: 2
    Last Post: 01-13-2008, 02:01 PM
  5. Page Not Found
    By flavoflav in forum Troubleshooting
    Replies: 2
    Last Post: 01-29-2006, 10:50 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
  •