vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Administrative and Maintenance Tools - vBSEO Google/Yahoo Sitemap Generator (https://vborg.vbsupport.ru/showthread.php?t=144730)

quarum 05-19-2008 11:32 AM

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?

djbaxter 05-19-2008 12:13 PM

It's not designed to save them to the root. Read the instructions - that's why you need to add lines to .htaccess - the files are saved to {forum_root_}/vbseo_sitemap/data/

quarum 05-19-2008 02:51 PM

Quote:

Originally Posted by djbaxter (Post 1524685)
It's not designed to save them to the root. Read the instructions - that's why you need to add lines to .htaccess - the files are saved to {forum_root_}/vbseo_sitemap/data/

The files named:
sitemap_1.xmp.gz
sitemap_index.xml.gz
urllist.txt.gz
are being saved in {forum_root_}/vbseo_sitemap/data/

This is the exact /htaccess file I am using. Am I suppose to change something here?

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]

My site is www.argoswow.com
vbulletin is in the www.argoswow.com/vb - I am using vBAdvanced with its index.php in the root of my site and the forums index.php is located in the /vb.

Do I need to put specific patch information into the .htaccess?

iojam 05-21-2008 07:16 PM

Your sitemap looks ok: http://www.argoswow.com/vb/sitemap_index.xml.gz

quarum 05-21-2008 08:00 PM

WHen I submit that to Google - it comes back showing status of ERRORS and is not submitting any links.

Sorry to sound new to all this.

iojam 05-22-2008 09:55 PM

What exactly is the error you get? Click "details" to find out.

quarum 05-22-2008 10:20 PM

Quote:

Originally Posted by iojam (Post 1528392)
What exactly is the error you get? Click "details" to find out.

We encountered an error while trying to access your Sitemap. Please ensure your Sitemap follows our guidelines and can be accessed at the location you provided and then resubmit.


I get this error with both www.allaroundkc.com and with www.fastfoodphooey.com but the www.argoswow.com seems to be working.

iojam 05-23-2008 10:31 PM

What is your .htaccess contents in both cases?

quarum 05-23-2008 11:16 PM

Quote:

Originally Posted by iojam (Post 1529486)
What is your .htaccess contents in both cases?

They are all the same

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]


iojam 05-25-2008 04:00 PM

Try to add this line:
RewriteBase /


All times are GMT. The time now is 08:06 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02340 seconds
  • Memory Usage 1,747KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete