Results 1 to 3 of 3

Google/Yahoo Sitemap stopped working, troubleshooting.

This is a discussion on Google/Yahoo Sitemap stopped working, troubleshooting. within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Apologies if this is the wrong forum for this. My vBSEO Google/Yahoo sitemap stopped working, and I'm in the process ...

  1. #1
    Senior Member
    Real Name
    Chris
    Join Date
    May 2007
    Location
    Boston, MA
    Posts
    116
    Liked
    0 times

    Google/Yahoo Sitemap stopped working, troubleshooting.

    Apologies if this is the wrong forum for this.

    My vBSEO Google/Yahoo sitemap stopped working, and I'm in the process of trying to sort out why. I got a PM on here saying that it wasn't installed, and lo and behold, it's not working anymore. It had been fine for quite some time and my reports were getting created/downloaded.

    Here's my .htaccess:

    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 /forums
     
    #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 %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
    RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1 [L,QSA]
     
    RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]
     
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]
    The plugin is installed and enabled, and my /data folder is 777. The task is in cron and enabled as well.

    Going to my forums/vbseo_sitemap/ gets me a blank page, though the index.php and all the related files are present.

    Any ideas on what would be causing the problem would really be appreciated. Thanks!

  2. #2
    Senior Member
    Real Name
    Chris
    Join Date
    May 2007
    Location
    Boston, MA
    Posts
    116
    Liked
    0 times
    ^ Full reinstall took care of it.

  3. #3
    Senior Member
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,847
    Liked
    33 times
    Blog Entries
    9
    I'm glad to hear that you were able to resolve this issue with a re-installation.

Similar Threads

  1. Yahoo has stopped crawling
    By JD76 in forum General Discussion
    Replies: 7
    Last Post: 07-30-2007, 04:06 PM
  2. Forum just stopped working
    By Grumbledook in forum Troubleshooting
    Replies: 16
    Last Post: 07-08-2007, 04:50 PM
  3. Just stopped working???
    By Atheda in forum Troubleshooting
    Replies: 16
    Last Post: 03-02-2007, 12:57 AM
  4. stopped working
    By Sunflyer in forum Troubleshooting
    Replies: 5
    Last Post: 12-25-2006, 04:14 PM
  5. bot logs stopped working?
    By briansol in forum Troubleshooting
    Replies: 11
    Last Post: 10-05-2006, 10:19 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
  •