I keep running the generate link from the control panel and it says that everything ran fine. But when I go through FTP to the site the files it said it created are nowhere to be found.
Here is the output it gives me:
Code:
[homepage] [4,875.7Kb mem used] [0s (+0s)]
[SECTION START] forumdisplay [4,875.8Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 4, total threads: 0, pages: 1 [4,875.9Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 3, total threads: 0, pages: 1 [4,894.5Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 5, total threads: 409, pages: 21 [4,894.8Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 6, total threads: 97, pages: 5 [4,896.9Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 7, total threads: 93, pages: 5 [4,899.5Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 8, total threads: 46, pages: 3 [4,900.9Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 9, total threads: 83, pages: 5 [4,902.1Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 10, total threads: 110, pages: 6 [4,903.3Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 11, total threads: 130, pages: 7 [4,905.0Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 12, total threads: 85, pages: 5 [4,907.1Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 13, total threads: 35, pages: 2 [4,909.1Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 14, total threads: 197, pages: 10 [4,910.8Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 15, total threads: 16, pages: 1 [4,913.9Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 16, total threads: 29, pages: 2 [4,917.2Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 17, total threads: 56, pages: 3 [4,917.9Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 18, total threads: 119, pages: 6 [4,919.0Kb mem used] [0s (+0s)]
[SECTION START] showthread [4,921.1Kb mem used] [0s (+0s)]
[archive homepage] [5,037.5Kb mem used] [3s (+3s)]
[SECTION START] forumdisplay archived [5,038.4Kb mem used] [3s (+0s)]
[SECTION START] member [5,048.7Kb mem used] [3s (+0s)]
[create sitemap file] filename: sitemap_1.xml.gz, number of urls: 25000 [4,905.4Kb mem used] [3s (+1s)]
[create sitemap in text format] part #2 [4,905.3Kb mem used] [3s (+0s)]
[SECTION START] polls [5,115.4Kb mem used] [4s (+1s)]
[SECTION START] blogs [5,134.0Kb mem used] [4s (+0s)]
[SECTION START] albums [5,136.7Kb mem used] [4s (+0s)]
[SECTION START] groups [5,136.8Kb mem used] [4s (+0s)]
[SECTION START] tags [5,137.4Kb mem used] [4s (+0s)]
[create sitemap file] filename: sitemap_2.xml.gz, number of urls: 2410 [4,909.0Kb mem used] [4s (+0s)]
[create sitemap in text format] part #3 [4,908.9Kb mem used] [4s (+0s)]
[create sitemap index] filename: sitemap_index.xml.gz, number of sitemaps: 2 [4,909.3Kb mem used] [4s (+0s)]
Sitemap has been created. Click here to return [4,905.6Kb mem used] [4s (+0s)]
But again when I go looking for the sitemaps it said it created I cannot locate them. A click on the link to view the google and yahoo ones just gives a 404 error.
Here is my .htaccess 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 /
#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]