Results 1 to 6 of 6

VBSEO Sitemap works good but can't download sitemap file :(

This is a discussion on VBSEO Sitemap works good but can't download sitemap file :( within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; Hi, I've installed & configured correctly vbseo . Then I installed vbseo sitemap Everything is ok. Sitemap is creating, files ...

  1. #1
    Junior Member
    Real Name
    Tom
    Join Date
    Jan 2010
    Posts
    7
    Liked
    0 times

    VBSEO Sitemap works good but can't download sitemap file :(

    Hi,

    I've installed & configured correctly vbseo. Then I installed vbseo sitemap

    Everything is ok. Sitemap is creating, files are in /vbseo_sitemap/data

    BUT:

    When I want to download my sitemap: http://clubvw.pl/sitemap_index.xml.gz

    Then is error: Page not found

    I think problem is with htaccess - maybe some rules are incorrect.

    Also when I enter address with: vbseo_sitemap/vbseo_getsitemap.php?sitemap=sitemap_index.xml.gz - sitemap works!!

    My htaccess file is below
    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\.clubvw\.pl
    #RewriteRule (.*) http://www.clubvw.pl/forums/$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|api\.php)
    RewriteRule ^((archive/)?(.*\.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]
    
    RewriteRule ^google.html$ http://www.google.com/ [R=301]

  2. #2
    Junior Member
    Real Name
    Tom
    Join Date
    Jan 2010
    Posts
    7
    Liked
    0 times
    Halo, I'm tired so now for checking options. maybe someone has that situation and know what to do?

  3. #3
    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
    It looks like you installed it to root instead of in your forum directory.

    http://clubvw.pl/forums/vbseo_sitemap/ is where it should be, not
    vBSEO Search Engine XML Sitemap for vBulletin

  4. #4
    Junior Member
    Real Name
    Tom
    Join Date
    Jan 2010
    Posts
    7
    Liked
    0 times
    It's installed with instructions. It's installed correctly

    root is a forum directory.

    www.clubvw.pl = ./
    www.clubvw.pl/vbseo_sitemap/ = ./vbseo_sitemap

    So... I think that htaccess isn't correct :( or something other :( please help

  5. #5
    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
    Please open a ticket with login details for further troubleshooting.

  6. #6
    vBSEO Staff Andrés Durán Hewitt's Avatar
    Real Name
    Andrés Durán
    Join Date
    Jul 2009
    Location
    Costa Rica
    Posts
    3,393
    Liked
    411 times
    Blog Entries
    1
    Update:

    I've changed this line:

    Code:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php)
    to:

    Code:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|sitemap|api\.php)
    and that helped.
    Andrés Durán / Crawlability Inc.
    ˇvBSEO 3.6.0 GOLD Liberado!
    Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!

    Síguenos en: Facebook | Síguenos en: Twitter


Similar Threads

  1. Where to download Vbseo sitemap?
    By wac in forum General Discussion
    Replies: 3
    Last Post: 10-18-2010, 08:21 PM
  2. Replies: 0
    Last Post: 12-16-2008, 02:31 AM
  3. Replies: 5
    Last Post: 08-22-2007, 03:40 AM
  4. Show 404 errors "Sitemap file not found" in Download Logs
    By Lian in forum Sitemap Features Archive
    Replies: 1
    Last Post: 07-25-2006, 06:44 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
  •