Results 1 to 7 of 7

Sitemap - No URL

This is a discussion on Sitemap - No URL within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; Hi all, I have just noticed my sitemap hasn't been working for the last week. The generator is fine but ...

  1. #1
    Member
    Real Name
    Chat Football
    Join Date
    Jun 2008
    Posts
    71
    Liked
    0 times

    Sitemap - No URL

    Hi all,

    I have just noticed my sitemap hasn't been working for the last week. The generator is fine but I have this error

    Empty Sitemap
    Your Sitemap does not contain any URLs. Please validate and resubmit your Sitemap

    Empty - http://www.chatfootballforum.com/sitemap_index.xml.gz

    What needs to be changed guys?

  2. #2
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    Is your data folder CHMODed to 777? Also, if you are on vBSEO 3.2.0+ did you apply the fix that Mert posted int the announcements forum?
    The Forum Hosting - Forum Hosting from the Forum Experts

  3. #3
    Member
    Real Name
    Chat Football
    Join Date
    Jun 2008
    Posts
    71
    Liked
    0 times
    Quote Originally Posted by Michael Biddle View Post
    Is your data folder CHMODed to 777? Also, if you are on vBSEO 3.2.0+ did you apply the fix that Mert posted int the announcements forum?
    Hi

    Checked all that and that's all correct.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Try to change this in .htaccess:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
    to:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)

  5. #5
    Member
    Real Name
    Chat Football
    Join Date
    Jun 2008
    Posts
    71
    Liked
    0 times
    I don't actually have that line.

    I have the following (slightly different)

    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
    RewriteRule ^(.*\.php(/.*)?)$ vbseo.php [L,QSA]

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Yes, just add |vbseo_sitemap to that line as described.

  7. #7
    Member
    Real Name
    Chat Football
    Join Date
    Jun 2008
    Posts
    71
    Liked
    0 times
    Now working with the following htaccess as per Mert.

    # 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\.chatfootballforum.com
    RewriteRule (.*) http://www.chatfootballforum.com$1 [L,R=301]
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^(.*\.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]




    Thanks for all your help guys!

Similar Threads

  1. Replies: 16
    Last Post: 02-09-2010, 07:44 AM
  2. Replies: 9
    Last Post: 12-26-2008, 02:40 PM
  3. 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
  4. Replies: 2
    Last Post: 06-11-2008, 03:26 AM
  5. vBSEO Sitemap Generator generated incorrect sitemap URL
    By X1C3W5 in forum Troubleshooting
    Replies: 2
    Last Post: 01-02-2008, 11:45 AM

Posting Permissions

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