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

Sitmap not found 404

This is a discussion on Sitmap not found 404 within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; We are not able to view our Sitemap http://www......./sitemap_index.xml.gz We got this Error HTTP 404 Not found. At google-tools the ...

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 07-28-2008, 12:12 PM
mabe38's Avatar
Senior Member
 
Real Name: Martin Behrsing
Join Date: Jan 2008
Posts: 101
Sitmap not found 404

We are not able to view our Sitemap
http://www......./sitemap_index.xml.gz
We got this Error
HTTP 404 Not found.

At google-tools the same

We installed the new htaccess.

We did made an update on to VBSeo 3.2 and the Sitemap Generator 2.2.
However, now the Sitemaps are no longer true.
e.g. this is the display, if the generator manually starts Sitemap
Quote:
[SECTION START] member [570s (+1s)]
[SECTION START] polls [586s (+16s)]
[SECTION START] blogs [587s (+1s)]
[SECTION START] albums [587s (+0s)]
[SECTION START] groups [587s (+0s)]
[SECTION START] tags [587s (+0s)]
[create sitemap file] filename: sitemap_13.xml.gz, number of urls: 13116 [587s (+0s)]
[create sitemap in text format] part #14 [587s (+0s)]
[create sitemap index] filename: sitemap_index.xml.gz, number of sitemaps: 13 [587s (+0s)]
Sitemap has been created. Click here to return [594s (+7s)]
We also missing many sitemaps in the Data folder


Any Ideas?
Martin
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 07-28-2008, 12:19 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,450
Blog Entries: 1
Quote:
We also missing many sitemaps in the Data folder
Make sure that you have 0777 permissions set for vbseo_sitemap/data/ folder.
__________________
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 07-28-2008, 12:22 PM
mabe38's Avatar
Senior Member
 
Real Name: Martin Behrsing
Join Date: Jan 2008
Posts: 101
Quote:
Originally Posted by Oleg Ignatiuk View Post
Make sure that you have 0777 permissions set for vbseo_sitemap/data/ folder.
It was set to 0777
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 07-28-2008, 12:44 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,450
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
  #5  
Old 08-05-2008, 08:03 AM
Member
 
Join Date: Nov 2005
Posts: 40
I have the same problem. vB 3.7.2, vbseo 3.2.0 and sitemap 2.2 are installed but after accessing http://mywebsite/xy/forum/sitemap_index.xml.gz I get an error 404.

My forums root htaccess is the original vbseo file:
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 /xy/forum/

#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)
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]
... and the data directory in vbseo_sitemap is set to 777.

So what's the problem?

Thanks in advance.

Roland
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 08-05-2008, 12:12 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,450
Blog Entries: 1
Hello,

try to replace this line:
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)

with:
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap/)
__________________
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 08-05-2008, 12:24 PM
Member
 
Join Date: Nov 2005
Posts: 40
Thanx. Now it works.

Why do I have this problem? I have a standard installation of your products.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 08-05-2008, 01:36 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,450
Blog Entries: 1
Depending on server sitemap generator rewrite rule may be passed further to the next rewrite directive.
__________________
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
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
I think I found a bug kkoray Bug Reporting 1 07-12-2007 04:51 AM
vbseo Sitmap uninstall before installing vbseo? hydn Troubleshooting 2 04-01-2006 03:50 PM
404 Not Found sorenlowell Troubleshooting 3 01-21-2006 05:05 PM


All times are GMT -4. The time now is 05:07 PM.


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