Results 1 to 3 of 3

Sitemaps not generating correctly

This is a discussion on Sitemaps not generating correctly within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; I'm not sure what happened or how to fix this. I've tried solutions posted in this board to no avail. ...

  1. #1
    Junior Member
    Real Name
    tidefans
    Join Date
    May 2007
    Posts
    4
    Liked
    0 times

    Exclamation Sitemaps not generating correctly

    I'm not sure what happened or how to fix this. I've tried solutions posted in this board to no avail. The sitemap was generating correctly at some time in the past but now does not. tidefans.com/forums/sitemap_index.xml.gz does not work (404 error). The vbseo_sitemap directories are

    tidefans.com/forums/vbseo_sitemap/
    and
    tidefans.com/forums/vbseo_sitemap/data

    I uploaded all files as instructed but is not redirecting to the proper data directories. I loaded sitemap into google as tidefans.com/sitemap_index.xml.gz but on google and in sitemap index file it generates the links to tidefans.com/forums/sitemap_xx.xml.gz . In google, when I click on the link it is (obviously) not found (404 error).

    my htaccess in the forum root
    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 /
    
    #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} !(x|y|z) # directories masked
    RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(x|y|z|...)/  #directories masked
    RewriteRule ^(.+)$ vbseo.php [L,QSA]

  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
    Hello,

    You are on nginx.

    htaccess doesn't work on nginx.

    That file is doing nothing. You need to go into the niginx config file and look for your rules there.

  3. #3
    Junior Member
    Real Name
    tidefans
    Join Date
    May 2007
    Posts
    4
    Liked
    0 times
    Thanks Brian. I'll look at that config.

Similar Threads

  1. vBulletin 4.x Not all sitemaps are running correctly
    By g00gl3r in forum Troubleshooting
    Replies: 6
    Last Post: 09-16-2010, 03:25 PM
  2. Sitemaps error while generating
    By Pirate in forum Troubleshooting
    Replies: 2
    Last Post: 06-18-2009, 07:28 AM
  3. VBseo Sitemapo generator, not generating sitemaps
    By partyon in forum Troubleshooting
    Replies: 11
    Last Post: 12-27-2008, 12:38 AM
  4. Not generating sitemaps automatically after update
    By serphog in forum Troubleshooting
    Replies: 4
    Last Post: 04-24-2007, 07:35 PM
  5. Replies: 1
    Last Post: 05-03-2006, 09:47 AM

Tags for this Thread

Posting Permissions

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