Results 1 to 5 of 5

Sitemap not saving

This is a discussion on Sitemap not saving within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; I always get a daily email saying the site map has been updated, but i cant find it anywhere on ...

  1. #1
    Junior Member
    Real Name
    Kevin
    Join Date
    Mar 2008
    Location
    Huntington Beach, CA
    Posts
    9
    Liked
    0 times

    Sitemap not saving

    I always get a daily email saying the site map has been updated, but i cant find it anywhere on the server. The default location my email tells me its saved to is:

    http://www.mazdaspeedforums.org/forum/sitemap_index.xml

    nadda, nothing. Can someone help me figure out what may be going on?

    My .htaccess files looks like this:
    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\.mazdaspeedforums\.org
    #RewriteRule (.*) http://www.mazdaspeedforums.org/forum/$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]
    
    
    

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    that location is actually a rewrite of /vbseo_sitemap/data/

  3. #3
    Junior Member
    Real Name
    Kevin
    Join Date
    Mar 2008
    Location
    Huntington Beach, CA
    Posts
    9
    Liked
    0 times
    Ok, so how do i extract this site map than so i can set this up in my google webmaster tools? I still cant see if its actually generating anything because when i log into my server with my FTP connection, NONE of the dates are updated. Obviously, if data is being written, the new date and time should be displayed, which it is not. Something isnt right and hasnt been from day one.

  4. #4
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    doesn't look like its working.


    make sure the above /data folder is chmod 777 so its writable, and then run it again.

    note, it might end up as
    http://www.mazdaspeedforums.org/foru...p_index.xml.gz if you have compression on (a good thing)

  5. #5
    Junior Member
    Real Name
    Kevin
    Join Date
    Mar 2008
    Location
    Huntington Beach, CA
    Posts
    9
    Liked
    0 times
    Looks like that fixed it. Permissions issue. thanks

Similar Threads

  1. settings aren't saving..
    By Martyn in forum Troubleshooting
    Replies: 22
    Last Post: 09-29-2007, 10:01 AM
  2. Settings not saving.
    By MentaL in forum Troubleshooting
    Replies: 5
    Last Post: 06-25-2007, 08:12 PM
  3. Saving via admincp
    By JD76 in forum Troubleshooting
    Replies: 1
    Last Post: 05-03-2007, 05:38 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
  •