I have little problem with Sitemap generator
when I click the link in the "vBSEO Sitemap Reports" myweb.com/sitemap_index.xml.gz or ..../urllist.txt
I get the page with a HTTP 404 error
can you help me please?
This is a discussion on vBSEO Sitemap Reports within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; I have little problem with Sitemap generator when I click the link in the " vBSEO Sitemap Reports" myweb.com/sitemap_index.xml.gz or ...
I have little problem with Sitemap generator
when I click the link in the "vBSEO Sitemap Reports" myweb.com/sitemap_index.xml.gz or ..../urllist.txt
I get the page with a HTTP 404 error
can you help me please?
Last edited by voltamy; 03-05-2009 at 06:05 AM.
Make sure you have vBSEO .htaccess in place and your server supports mod_rewrite
P.S : Thread moved to Sitemap Generator Troubleshooting
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
.htacces is ok
look :
# 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 /
#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|vbseo_sitemap)
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]
Does your server supports mod_rewrite ?
Please check with the following command to see if your server supports mod_rewrite or not
[How to] Check if mod_rewrite is working for my site
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
yes, of course
check server settings
phpinfo()
So your request for testpage.html forwarded you to Google after you ran the test?
In vBulletin on my admin when I clickin option: Your Google Sitemap Index URL :.....mydomaine.com/sitemap_index.xml.gz
in "Useful Links"
There is a solution for me?
Please try this: Page not found - sitemap_index.xml.gz
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
When you look a little further up I already have a line:
"RewriteCond% (REQUEST_URI)! (Admincp / | modcp / | cron | vbseo_sitemap)"
Right?
Please try to temporarily remove these 2 lines and see if that helps:
Code:RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap) RewriteRule ^((archive/)?(.*\.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!
wow! it works!
must add something to the place?
against it by normal that I get an error with 404 ?
Text Format Fileurllist.txt (0.00Kb)
You should put those lines back again though, please try this .htaccess:
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 / #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap) RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA] RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php [L,QSA]text sitemap option is now disable by default, since Yahoo supports xml sitemaps too.against it by normal that I get an error with 404 ?
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Thank you for everything!
You are welcome![]()
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!