Results 1 to 6 of 6

Sitemap path

This is a discussion on Sitemap path within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi, I can generate a sitemap fine via vBseo but when its complete the Google sitemap index path says: http://www.xxxxxxx.co.uk/sitemap_index.xml.gz ...

  1. #1
    Junior Member Realist's Avatar
    Real Name
    Brian
    Join Date
    Jan 2006
    Location
    Uk
    Posts
    25
    Liked
    0 times

    Sitemap path

    Hi,

    I can generate a sitemap fine via vBseo but when its complete the Google sitemap index path says: http://www.xxxxxxx.co.uk/sitemap_index.xml.gz but when I go to the path above there is no sitemap?


    Maps are being generated in the vbseo_sitemap folder so.........

    How can I tell vBseo to generate a sitemap in root? so that I can tell Google webmaster Tools the correct path.

    Regards

    PS,

    My .htaccess file says

    # 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\.xxxxxxx\.co.uk
    RewriteRule (.*) http://www.xxxxxxx.co.uk/$1 [L,R=301]
    #RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteCond %{REQUEST_URI} !(admincp/|xxxxxxxxx/|modcp/|cron)
    RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|xxxxxxxxx|modcp|clientscript|cpstyles|i mages)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
    A PESSIMIST IS WHAT YOU OPTIMISTS CALL US REALISTS!

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    Hello ,

    You donot have a vBSEO License attached to your username. Please pm me your forum url and payment transaction id.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  3. #3
    Junior Member Realist's Avatar
    Real Name
    Brian
    Join Date
    Jan 2006
    Location
    Uk
    Posts
    25
    Liked
    0 times
    I do and its been verified.

    Anyone with an answer?
    A PESSIMIST IS WHAT YOU OPTIMISTS CALL US REALISTS!

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Please try to change this line:
    Code:
    RewriteCond %{REQUEST_FILENAME} !^(admincp|xxxxxxxxx|modcp|clientscript|cpstyles|images)/
    with:
    Code:
    RewriteCond %{REQUEST_FILENAME} !^(admincp|xxxxxxxxx|modcp|clientscript|cpstyles|images|vbseo_sitemap)/

  5. #5
    Junior Member Realist's Avatar
    Real Name
    Brian
    Join Date
    Jan 2006
    Location
    Uk
    Posts
    25
    Liked
    0 times
    Changed the line as above still not working:

    http://www.sattalk.co.uk/sitemap_index.xml.gz


    The files are being created but they are being placed in:

    /public_html/vbseo_sitemap/data folder and not the root?

    Any ideas?
    Last edited by Realist; 05-10-2009 at 01:20 PM.
    A PESSIMIST IS WHAT YOU OPTIMISTS CALL US REALISTS!

  6. #6
    Junior Member Realist's Avatar
    Real Name
    Brian
    Join Date
    Jan 2006
    Location
    Uk
    Posts
    25
    Liked
    0 times
    Working now thanks to: Sitemap:FAQ - VBSEO Wiki

    Regards
    A PESSIMIST IS WHAT YOU OPTIMISTS CALL US REALISTS!

Similar Threads

  1. URL path
    By barbaro in forum General Discussion
    Replies: 2
    Last Post: 06-19-2008, 02:46 PM
  2. change sitemap path to server
    By spagman in forum General Discussion
    Replies: 1
    Last Post: 11-22-2006, 05:33 AM
  3. Path error in sitemap index file
    By Diver in forum Troubleshooting
    Replies: 1
    Last Post: 05-10-2006, 05:32 PM
  4. URL not under sitemap path
    By BamaStangGuy in forum Troubleshooting
    Replies: 8
    Last Post: 12-19-2005, 09:12 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
  •