Results 1 to 15 of 15

domain.com/sitemap_index.xml.gz returns 404

This is a discussion on domain.com/sitemap_index.xml.gz returns 404 within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; Hi When I call my sitemap http://www.patientenfragen.net/sitemap_index.xml.gz it returns a 404 page not found error. the htaccess is: Code: Options ...

  1. #1
    Senior Member StarBuG's Avatar
    Real Name
    StarBuG
    Join Date
    Jul 2007
    Posts
    476
    Liked
    12 times

    Exclamation domain.com/sitemap_index.xml.gz returns 404

    Hi

    When I call my sitemap

    http://www.patientenfragen.net/sitemap_index.xml.gz

    it returns a 404 page not found error.

    the htaccess is:

    Code:
    Options +FollowSymLinks
    RewriteEngine On
    RewriteBase /
    
    RewriteCond %{HTTP_HOST} !^www.patientenfragen.net$ [NC]
    RewriteRule ^(.*) http://www.patientenfragen.net/$1 [L,R=301]
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
    RewriteRule ^(.*\.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]
    The vbseo_linkback fix was applied.

    Any ideas?

    StarBuG

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    If you are running vBSEO3.2.0RCx, please check this: http://www.vbseo.com/f47/release-can...04/#post146304
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Senior Member StarBuG's Avatar
    Real Name
    StarBuG
    Join Date
    Jul 2007
    Posts
    476
    Liked
    12 times
    There are 2 instances of the search term

    Applied that to the first occurrence of the search term and now I get:

    Code:
    Warning: fopen(/some/path/vbseo_sitemap/data/downloads.dat) [function.fopen]: failed to open stream: Permission denied in /some/path/vbseo_sitemap/vbseo_getsitemap.php on line 45
    
    Warning: fwrite(): supplied argument is not a valid stream resource in /some/path/vbseo_sitemap/vbseo_getsitemap.php on line 46
    
    Warning: fclose(): supplied argument is not a valid stream resource in /some/path/vbseo_sitemap/vbseo_getsitemap.php on line 47
    ‹??????N0Eg‘W%wc*EbC–cRKs”g‘ˆuSZFdY\z;Ž<6r‹Ʒ†ŸŠ5۪&l‡*<"5 …˜‰/!~™C$H,†’r&‹žV‰?J{I|‚FcXr\F‡dž?n“”–3Ž7FaˆŠƒŏQw9pYqB}XM*Šx(} $@L.‘ԨzOR‹™??
    data is set to 777 and all files to 666

    Also if I apply that "fix" my homepage does not load anymore.

    For the second occurrence I still get the 404

    I run RC6 by the way

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Looks like permissions for data/download.dat file are not set to 0666. Try to remove/rename that file.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #5
    Senior Member StarBuG's Avatar
    Real Name
    StarBuG
    Join Date
    Jul 2007
    Posts
    476
    Liked
    12 times
    Currently I have added the fix you linked to to the second occurrence of the search term.
    This returns a 404 not the error above.
    I can't add the fix on the first occurrence because then my forum does not work anymore.

    However, I had no downloads.dat file in the data folder only downloads.dat.txt.
    Now there are a downloads.dat.txt and downloads.dat (a copy of the txt version) in the data folder, both chmod 666.



    With all the needed fixes that are posted in different threads and having RC5 publicly available can you not release a sitemap version that works for 3.7 with all the fixes applied?

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    I can't add the fix on the first occurrence because then my forum does not work anymore.
    The fix should be applied for the first occurrence. What exactly is the error you get in this case?
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  7. #7
    Senior Member StarBuG's Avatar
    Real Name
    StarBuG
    Join Date
    Jul 2007
    Posts
    476
    Liked
    12 times
    The page isn't redirecting properly

    Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

    when I add it below

    Code:
    if (stristr($_SERVER['SERVER_SOFTWARE'], 'apache') && isset($_SERVER['HTTP_X_REWRITE_URL']))
    $_SERVER['REQUEST_URI'] = $_SERVER['HTTP_X_REWRITE_URL'];

  8. #8
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Try to exclude vbseo_sitemap in .htaccess:
    http://www.vbseo.com/f47/release-can...map#post146294
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  9. #9
    Senior Member StarBuG's Avatar
    Real Name
    StarBuG
    Join Date
    Jul 2007
    Posts
    476
    Liked
    12 times
    Did not do the trick either

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


  11. #11
    Senior Member StarBuG's Avatar
    Real Name
    StarBuG
    Join Date
    Jul 2007
    Posts
    476
    Liked
    12 times
    done

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


  13. #13
    Senior Member
    Real Name
    Stefan
    Join Date
    Jan 2008
    Location
    Germany
    Posts
    160
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Update: modification described in post #8 worked.
    I have the same problem (404), unfortunately I can't access the post being linked in #8 :(

    Btw, if it's important, it's happening since vBSEO 3.2 RC7...

    And the direct link (i.e. without rewrite) returns a "sitemap not found"
    http://board.rellek.org/vbseo_sitema...?sitemap=index

  14. #14
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    "vbseo_sitemap" should be added in .htaccess rewrite rule:


    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron|vbseo_sitemap/)
    RewriteRule ^(.*\.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!


  15. #15
    Senior Member
    Real Name
    Stefan
    Join Date
    Jan 2008
    Location
    Germany
    Posts
    160
    Liked
    0 times
    Great, thanks!

    Oleg, you're the best :-)

Similar Threads

  1. config_vbseo.php returns blank screen
    By dodjer420 in forum Troubleshooting
    Replies: 1
    Last Post: 03-05-2007, 08:08 PM
  2. sitemap_index.xml.gz is missing
    By Sau in forum Troubleshooting
    Replies: 2
    Last Post: 02-19-2007, 10:10 PM
  3. custom 404 Error Doc returns 200 OK
    By rob in forum Troubleshooting
    Replies: 5
    Last Post: 05-29-2006, 05:18 PM
  4. Profile with username I_luv_HP&trq returns no user exists
    By BamaStangGuy in forum Bug Reporting
    Replies: 1
    Last Post: 11-11-2005, 06:48 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
  •