Hi there -
I have followed all of the directions and when I have it generate the sitemap it seems to be generating it, however it is not writing it to my sites root.
This is on a clean install of 3.7.0 and a new site. We are in the process of getting the site set up and running.
Here is what I see when I run the sitemap generator.
Code:
[homepage] [2,649.8Kb mem used] [0s (+0s)]
[SECTION START] forumdisplay [2,649.9Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 1, total threads: 0, pages: 1 [2,649.9Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 2, total threads: 0, pages: 1 [2,649.9Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 3, total threads: 10, pages: 1 [2,649.9Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 4, total threads: 0, pages: 1 [2,650.0Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 5, total threads: 0, pages: 1 [2,650.1Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 6, total threads: 0, pages: 1 [2,650.2Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 7, total threads: 0, pages: 1 [2,650.3Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 8, total threads: 0, pages: 1 [2,650.4Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 9, total threads: 0, pages: 1 [2,650.5Kb mem used] [0s (+0s)]
[SECTION START] showthread [2,650.6Kb mem used] [0s (+0s)]
[archive homepage] [2,659.0Kb mem used] [0s (+0s)]
[SECTION START] forumdisplay archived [2,659.1Kb mem used] [0s (+0s)]
[SECTION START] showthread archived [2,661.3Kb mem used] [0s (+0s)]
[SECTION START] member [2,667.9Kb mem used] [0s (+0s)]
[SECTION START] polls [2,668.7Kb mem used] [0s (+0s)]
[create sitemap file] filename: sitemap_1.xml.gz, number of urls: 53 [2,669.3Kb mem used] [0s (+0s)]
[create sitemap in text format] part #1 [2,669.3Kb mem used] [0s (+0s)]
[create sitemap index] filename: sitemap_index.xml.gz, number of sitemaps: 1 [2,669.4Kb mem used] [0s (+0s)]
The report details are showing this:
Code:
Report Details
Generated Sitemap Details
Date 2008-05-19 05:25
Processing time 1.15 s
Total URLs 53 (-)
Forumdisplay URLs 9 (-)
Showthread URLs 10 (-)
ShowPost URLs 10 (-)
Archive URLs 20 (-)
Member Profile URLs 3 (-)
Poll Results URLs 0 (-)
Blog Entries URLs 0 (-)
Sitemap Files
Index File sitemap_index.xml.gz
Sitemap File #1 sitemap_1.xml.gz (53 URLs, 0.60Kb) 9.72Kb uncompressed
Text Format File urllist.txt.gz (0.29Kb)
Search Engines Pings
Google Successful
Yahoo Successful
Ask Successful
Moreover Successful
The issue is that the site map is not being saved to the root, it is not being saved anywhere.
I have the chmod set to 777 on the data folder, I checked my providor to make sure they support mod_rewrite and they do. I have the .htaccess file set up just like this:
Code:
AddHandler x-httpd-php5 .php
AddHandler x-httpd-php .php4
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
Any idea why the sitemaps are not being saved to the root?