vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
New vBSEO Discount Level for Network Builders Meet vBSEO Team in New York (Nov. 3rd & 4th) vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

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 ...

Go Back   vBulletin SEO Forums > vBSEO Google/Yahoo Sitemap > Troubleshooting

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 05-26-2008, 03:01 PM
StarBuG's Avatar
Senior Member
vBSEO Pre-Release Team
 
Real Name: StarBuG
Join Date: Jul 2007
Posts: 261
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 05-26-2008, 03:29 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,447
Blog Entries: 1
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.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 05-26-2008, 03:36 PM
StarBuG's Avatar
Senior Member
vBSEO Pre-Release Team
 
Real Name: StarBuG
Join Date: Jul 2007
Posts: 261
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 05-26-2008, 03:56 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,447
Blog Entries: 1
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.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 05-26-2008, 04:13 PM
StarBuG's Avatar
Senior Member
vBSEO Pre-Release Team
 
Real Name: StarBuG
Join Date: Jul 2007
Posts: 261
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?
__________________
My current Projects:

Elternfragen.net | Patientenfragen.net | Asthmafragen.net | Abnehmfragen.net |
Hiphop-Battles.com


go, check them out ;)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 05-26-2008, 04:16 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,447
Blog Entries: 1
Quote:
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.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 05-26-2008, 04:17 PM
StarBuG's Avatar
Senior Member
vBSEO Pre-Release Team
 
Real Name: StarBuG
Join Date: Jul 2007
Posts: 261
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'];
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 05-26-2008, 04:21 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,447
Blog Entries: 1
Try to exclude vbseo_sitemap in .htaccess:
http://www.vbseo.com/f47/release-can...map#post146294
__________________
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 05-26-2008, 04:27 PM
StarBuG's Avatar
Senior Member
vBSEO Pre-Release Team
 
Real Name: StarBuG
Join Date: Jul 2007
Posts: 261
Did not do the trick either
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 05-26-2008, 04:48 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,447
Blog Entries: 1
Please open a ticket with ftp access for troubleshooting.
__________________
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11  
Old 05-26-2008, 05:14 PM
StarBuG's Avatar
Senior Member
vBSEO Pre-Release Team
 
Real Name: StarBuG
Join Date: Jul 2007
Posts: 261
done
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12  
Old 05-26-2008, 05:30 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,447
Blog Entries: 1
Update: modification described in post #8 worked.
__________________
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13  
Old 06-05-2008, 08:38 AM
Member
 
Real Name: rellek
Join Date: Jan 2008
Posts: 59
Send a message via ICQ to rellek Send a message via MSN to rellek
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14  
Old 06-05-2008, 09:53 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,447
Blog Entries: 1
"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.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15  
Old 06-05-2008, 10:25 AM
Member
 
Real Name: rellek
Join Date: Jan 2008
Posts: 59
Send a message via ICQ to rellek Send a message via MSN to rellek
Great, thanks!

Oleg, you're the best :-)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
config_vbseo.php returns blank screen dodjer420 Troubleshooting 1 03-05-2007 08:08 PM
sitemap_index.xml.gz is missing Sau Troubleshooting 2 02-19-2007 10:10 PM
custom 404 Error Doc returns 200 OK rob Troubleshooting 5 05-29-2006 05:18 PM
Profile with username I_luv_HP&trq returns no user exists BamaStangGuy Bug Reporting 1 11-11-2005 06:48 AM


All times are GMT -4. The time now is 03:13 AM.


Powered by vBulletin Version 3.8.0 Beta 3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.