vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

Results 1 to 15 of 15

vBSEO Sitemap Generator 2.1 - sitemap not found

This is a discussion on vBSEO Sitemap Generator 2.1 - sitemap not found within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; Question, I previously installed the older version of vbseo sitemap. Now I upgrade to 2.1. But, I have some problem ...

  1. #1
    Member
    Real Name
    Aizal
    Join Date
    Dec 2007
    Location
    Malaysia
    Posts
    40

    vBSEO Sitemap Generator 2.1 - sitemap not found

    Question, I previously installed the older version of vbseo sitemap. Now I upgrade to 2.1. But, I have some problem which havent got any reply from the coder. I know this is a free hack but still I want to knoe if it can be fixed.

    This is what I post on vb.org

    Quote Originally Posted by nyunyu;1398551;vb.org
    Upgraded, but have a problem.

    I run sitemap generator and it went all well. When I click on the link of newly generated sitemap, I received error 403.
    Then, I change the location for sitemap in the setting, and run it again. But same error occured. Found out that it generated the sitemap inside vbseo_sitemap/data folder..
    I tried to access it via http, but still received error 403. the folder has been CHMOD to 777. Dont know why it cant be access.

    can you help me with this vbseo?

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,550
    Hello,

    you should leave "Sitemap Files URL" setting in options empty. If you ever change it, you should create additional .htaccess file in corresponding folder.
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  3. #3
    Member
    Real Name
    Aizal
    Join Date
    Dec 2007
    Location
    Malaysia
    Posts
    40
    @Oleg, I leave the Sitemap Files URL blank. It generated the file yes, but when I click on "Your Google Sitemap Index URL: http://www.yoursite.com/forum/sitemap_index.xml.gz" The link brought me to 404 page.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,550
    Did you create .htaccess file as described?
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  5. #5
    Member
    Real Name
    Aizal
    Join Date
    Dec 2007
    Location
    Malaysia
    Posts
    40
    As described? Where?

    Quote Originally Posted by Oleg Ignatiuk View Post
    Hello,

    you should leave "Sitemap Files URL" setting in options empty. If you ever change it, you should create additional .htaccess file in corresponding folder.
    I haven't change the path, should I still create the .htaccess file? What should the .htaccess contain for this?

    Thanks

  6. #6
    Member
    Real Name
    Aizal
    Join Date
    Dec 2007
    Location
    Malaysia
    Posts
    40
    My htaccess file contains:

    Code:
    RewriteEngine On
    RewriteBase /
    RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5&$6=$7&$8=$9&$10=$11&$12=$13$14
    RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5&$6=$7&$8=$9&$10=$11$12
    RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5&$6=$7&$8=$9$10
    RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5&$6=$7$8
    RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5$6
    RewriteRule ^(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3$4
    RewriteRule ^(.*).html$ $1.php
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    

  7. #7
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,550
    Code:
    RewriteBase /
    
    Try to remove this line.
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  8. #8
    Member
    Real Name
    Aizal
    Join Date
    Dec 2007
    Location
    Malaysia
    Posts
    40
    I removed RewriteBase / and it cause me an internal server error 500

  9. #9
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,550
    What is your sitemap URL?

    * Moved to a separate thread from the announcement *
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  10. #10
    Member
    Real Name
    Aizal
    Join Date
    Dec 2007
    Location
    Malaysia
    Posts
    40
    my sitemap located at this location

    http://www.animeheist.com/forum/sitemap_index.xml.gz

  11. #11
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,550
    You should change that line to:
    Code:
    RewriteBase /forum/
    
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  12. #12
    Member
    Real Name
    Aizal
    Join Date
    Dec 2007
    Location
    Malaysia
    Posts
    40
    Oleg!! Thank you very much!!!
    Finally the sitemap can be retrieved..
    thank you again..now i can submit them to the search engine..
    \('.')/


    Another question, why is only google notified and not yahoo? Is there something I need to do to submit/notify other search engine such as ask.com?
    I thought this version has them included?

    Thanks

  13. #13
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,550
    The latest version of vBSEO Sitemap Generator should notify Google, Yahoo, ASK and Moreover service.
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  14. #14
    Member
    Real Name
    Aizal
    Join Date
    Dec 2007
    Location
    Malaysia
    Posts
    40
    Ok..problem solved..No the plugin work like a charm..
    Thank you crawlibility!

  15. #15
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,550
    You are welcome!
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation