Page 1 of 2 1 2 LastLast
Results 1 to 15 of 21

vBSEO Sitemap Reports

This is a discussion on vBSEO Sitemap Reports within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; I have little problem with Sitemap generator when I click the link in the " vBSEO Sitemap Reports" myweb.com/sitemap_index.xml.gz or ...

  1. #1
    Member
    Real Name
    R
    Join Date
    Feb 2009
    Posts
    47
    Liked
    0 times

    vBSEO Sitemap Reports

    I have little problem with Sitemap generator
    when I click the link in the "vBSEO Sitemap Reports" myweb.com/sitemap_index.xml.gz or ..../urllist.txt
    I get the page with a HTTP 404 error
    can you help me please?
    Last edited by voltamy; 03-05-2009 at 06:05 AM.

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    Make sure you have vBSEO .htaccess in place and your server supports mod_rewrite

    P.S : Thread moved to Sitemap Generator Troubleshooting
    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
    Member
    Real Name
    R
    Join Date
    Feb 2009
    Posts
    47
    Liked
    0 times
    .htacces is ok
    look :
    # 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\.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 %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    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]

  4. #4
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    Does your server supports mod_rewrite ?

    Please check with the following command to see if your server supports mod_rewrite or not
    [How to] Check if mod_rewrite is working for my site
    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

  5. #5
    Member
    Real Name
    R
    Join Date
    Feb 2009
    Posts
    47
    Liked
    0 times
    yes, of course
    check server settings


    phpinfo()

  6. #6
    Senior Member
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,847
    Liked
    32 times
    Blog Entries
    9
    So your request for testpage.html forwarded you to Google after you ran the test?

  7. #7
    Member
    Real Name
    R
    Join Date
    Feb 2009
    Posts
    47
    Liked
    0 times
    In vBulletin on my admin when I click
    in option: Your Google Sitemap Index URL :.....mydomaine.com/sitemap_index.xml.gz
    in "Useful Links"

  8. #8
    Member
    Real Name
    R
    Join Date
    Feb 2009
    Posts
    47
    Liked
    0 times
    There is a solution for me?

  9. #9
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  10. #10
    Member
    Real Name
    R
    Join Date
    Feb 2009
    Posts
    47
    Liked
    0 times
    When you look a little further up I already have a line:
    "RewriteCond% (REQUEST_URI)! (Admincp / | modcp / | cron | vbseo_sitemap)"

    Right?

  11. #11
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Please try to temporarily remove these 2 lines and see if that helps:
    Code:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  12. #12
    Member
    Real Name
    R
    Join Date
    Feb 2009
    Posts
    47
    Liked
    0 times

    Quote Originally Posted by Oleg Ignatiuk View Post
    Please try to temporarily remove these 2 lines and see if that helps:
    Quote Originally Posted by Oleg Ignatiuk View Post
    Code:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    wow! it works!

    must add something to the place?

    against it by normal that I get an error with 404 ?
    Text Format Fileurllist.txt (0.00Kb)

  13. #13
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    You should put those lines back again though, please try this .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 /
    #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
    against it by normal that I get an error with 404 ?
    text sitemap option is now disable by default, since Yahoo supports xml sitemaps too.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  14. #14
    Member
    Real Name
    R
    Join Date
    Feb 2009
    Posts
    47
    Liked
    0 times
    Thank you for everything!

  15. #15
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    You are welcome
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Page 1 of 2 1 2 LastLast

Similar Threads

  1. Blank vBSEO Sitemap Reports
    By Bilge in forum Troubleshooting
    Replies: 8
    Last Post: 02-26-2009, 07:05 PM
  2. ãÔßáå İí vBSEO Sitemap Reports
    By makki55 in forum العربية
    Replies: 3
    Last Post: 10-24-2008, 09:06 PM
  3. ÎØÇ İí vBSEO Sitemap Reports
    By f1f7.net in forum العربية
    Replies: 8
    Last Post: 08-19-2008, 05:02 AM
  4. vBSEO Sitemap Reports error
    By chevy01xtreme in forum Troubleshooting
    Replies: 13
    Last Post: 07-12-2008, 04:14 PM
  5. vbseo sitemap reports hatası
    By jacckhal in forum Türkçe
    Replies: 1
    Last Post: 03-19-2008, 06:13 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
  •