vBulletin Search Engine Optimization
This is a discussion on Forbidden errors within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; I got a forbidden error when I am trying to access any sitemap file for example http://www.gamerzplanet.net/forums/v...emap_19.xml.gz my forum .htaccess ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Forbidden errors
I got a forbidden error when I am trying to access any sitemap file for example http://www.gamerzplanet.net/forums/v...emap_19.xml.gz my forum .htaccess Code: <Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.gamerzplanet.net
AuthUserFile /home/gzpgames/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/gzpgames/public_html/_vti_pvt/service.grp
# 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 /forums
RewriteCond %{HTTP_HOST} !^www\.gamerzplanet\.net
RewriteRule (.*) http://www.gamerzplanet.net/forums/$1 [R=301,L]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images|vbseo_sitemap)/
RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
|
|
#2
| ||||
| ||||
|
You should access them as http://www.gamerzplanet.net/forums/sitemap_19.xml.gz (without vbseo_sitemap/data/).
__________________ 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
| |||
| |||
|
when I submit the sitemap to google, do I need to submit all of them or I only need to submit the sitemap_index.xml.gz
|
|
#4
| ||||
| ||||
|
The index sitemap is sufficient.
__________________ 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
| |||
| |||
|
thanks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 403 Forbidden error...... | newbuck | Troubleshooting | 14 | 04-01-2008 01:23 PM |
| 403 Forbidden Hatası ? | piciar | Türkçe | 4 | 08-31-2007 10:56 AM |
| 403 - Forbidden | roga | Troubleshooting | 6 | 05-16-2007 10:48 AM |
| 403 forbidden | FightRice | Troubleshooting | 2 | 06-30-2006 02:19 PM |