Results 1 to 6 of 6

Sitemap in /forum

This is a discussion on Sitemap in /forum within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; i have vbulletin(36x) with vbseo (320) installed in www.site.com/forum sitemap generator(2.5) when i got Error 330 (net::ERR_CONTENT_DECODING_FAILED): Error desconocido. http://www.site.com/forum/sitemap_index.xml.gz ...

  1. #1
    Junior Member erafox's Avatar
    Real Name
    erafox
    Join Date
    Feb 2008
    Posts
    9
    Liked
    0 times

    Post Sitemap in /forum

    i have vbulletin(36x) with vbseo(320) installed in www.site.com/forum
    sitemap generator(2.5)

    when i got

    Error 330 (net::ERR_CONTENT_DECODING_FAILED): Error desconocido.
    http://www.site.com/forum/sitemap_index.xml.gz

    But this work :S
    http://www.site.com/forum/vbseo_sitemap/data/sitemap_index.xml.gz


    this is mi .htaccess

    HTML Code:
    RewriteEngine On
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
    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]
    I think problem is here
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    HELP !

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,782
    Liked
    648 times
    Blog Entries
    2
    Hello,

    /forum/sitemap_index.xml.gz is working fine for me on your site. Where are you seeing a 330 error?
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Junior Member erafox's Avatar
    Real Name
    erafox
    Join Date
    Feb 2008
    Posts
    9
    Liked
    0 times
    it work fine because i move manually my sitemap to root forum & eliminate this

    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

    otherwise dont work

    PD: i modify again to default VBSEO configuration so u can see the error

  4. #4
    Junior Member erafox's Avatar
    Real Name
    erafox
    Join Date
    Feb 2008
    Posts
    9
    Liked
    0 times
    I work again in this problem .... fix

    delete this
    RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]

    now work fine

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hello,

    you should replace this line:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
    with:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  6. #6
    Junior Member erafox's Avatar
    Real Name
    erafox
    Join Date
    Feb 2008
    Posts
    9
    Liked
    0 times
    thanks ! thats work

Similar Threads

  1. How to include forum.php in sitemap?
    By brandonroy in forum General Discussion
    Replies: 7
    Last Post: 02-13-2009, 07:56 AM
  2. Forum Sitemap
    By crystak in forum Pre-Sales Questions
    Replies: 2
    Last Post: 02-05-2008, 09:47 AM
  3. /sitemap.xml and forum/vbseo sitemap
    By Julio in forum General Discussion
    Replies: 3
    Last Post: 01-12-2008, 03:27 PM
  4. Sitemap and non-forum content
    By robert paulson in forum General Discussion
    Replies: 1
    Last Post: 12-29-2007, 11:45 AM
  5. Not active forum in sitemap
    By misc in forum Troubleshooting
    Replies: 1
    Last Post: 09-23-2007, 09:18 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •