vBulletin Search Engine Optimization
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 ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| ||||
| ||||
| 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:
Any Ideas? Martin |
|
#2
| ||||
| ||||
| Quote:
__________________ 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. |
|
#3
| ||||
| ||||
| It was set to 0777
|
|
#4
| ||||
| ||||
|
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. |
|
#5
| |||
| |||
|
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]
So what's the problem? Thanks in advance. Roland |
|
#6
| ||||
| ||||
|
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. |
|
#7
| |||
| |||
|
Thanx. Now it works. Why do I have this problem? I have a standard installation of your products. |
|
#8
| ||||
| ||||
|
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. |
| Thread Tools | |
| |
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 |