Spent my whole last 2 days on this and nothing is working out right.
I ran the sitemap thing just now.
In /vbseo_sitemap/data/ it shows the following files were created :
downloads.dat
progress.dat
sitemap_1.xml.gz
sitemap_2.xml.gz
sitemap_3.xml.gz
sitemap_4.xml.gz
sitemap_5.xml.gz
urllist.txt.gz
But when I go to mydomain.com/vbseo_sitemap/
it shows :
Your Google Sitemap Index URL: http://www.mydomain.com/sitemap_index.xml.gz
This "sitemap_index.xml.gz" file is not in my directory. I checked everywhere..Its not there.
Im using 3.0 RC3 vbSEO , 1.7 sitemap and 3.6 vbulletin.
How come a Yahoo Sitemap wasnt created..is that suppose to be created seperately? Its not there.
And how can I view these .gz files before I submit them to google or yahoo? I want to view inside them first to make sure private forum stuff isnt going to be submitted... I excluded the forums #'s in the CP, but I want to make sure.
Plus when I ran it from the Task Manager, it seemed to take 5 minutes and then when the page tried to come back it says "this page cannot be displayed".
Why cant something go right today? I did everything right.. installed everything correctly..and still problems... arghhh I wanna break something im so mad.
this is how my .htaccess file currently looks
# 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
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.*)$ $1 [L]
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_FILENAME} !chat
RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]



LinkBack URL
About LinkBacks





Reply With Quote
That would of probably destroyed our community. hehe..
