vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBSEO Google/Yahoo Sitemap Generator for vBulletin 3.6.x, 3.5.x & 3.0.x (https://vborg.vbsupport.ru/showthread.php?t=100435)

AFemaleProdigy 03-02-2007 03:32 PM

Installed! Yeay!

KrisP 03-03-2007 02:50 PM

I have installed and run it. Should the sitemap be visible on my google webmaster tools page ? I cant see it there...

iojam 03-04-2007 02:59 PM

StepOnFrog,

you can modify your vbseo_sitemap_functions.php file, find:
PHP Code:

'url'=>$vbseo_vars['bburl'] . '/' .$sm_filename

replace with:
PHP Code:

'url'=>'http://www.domain.com/' .$sm_filename

KrisP,

you should manually add it to your webmaster account.

KrisP 03-04-2007 03:35 PM

iojam >

Google Webmaster tools says:

1. Sitemap should be at the root of my domaine.
2. Sitmemap should have .xml extension not gz as it presently has

How do I get the system to place it at the root and give it the right extension ?

iojam 03-04-2007 03:53 PM

KrisP,

you should add "http://yourforumsroot/" as a new site in webmaster account and then submit "http://yourforumsroot/sitemap_index.xml.gz" to it.
gzip compression is supported by google.

KrisP 03-05-2007 07:25 AM

OK, thanks - but I can see its not already in the root so I have to copy it manually from the data library - wouldn't it be easier if the scheduled task just placed it in the root automatically each time its updated? I have to move it from the data library to the root each time its updated right ?

kall 03-05-2007 07:57 AM

Hi KrisP,

It's not really IN the root.. the .htaccess makes anyone visiting it SEE it as being in the root.

KrisP 03-10-2007 02:57 PM

I changed web hotel and now I get
Quote:

Forbidden
You don't have permission to access /index.php on this server.
To give an example I found out that changing

Quote:

ErrorDocument 404 /index.php
to

Quote:

ErrorDocument 404 http://www.mydomain.dk/index.php
solved the problem for that line, but

Quote:

RewriteEngine On
RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
is still causing the forbidden error
changing to

Quote:

RewriteEngine On
RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ http://www.mydomain.dk/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
doesnt help - so what does the "full path version" of the rewrite look like ?

iojam 03-10-2007 05:06 PM

KrisP,

you could try to add "RewriteBase /" in .htaccess.

KrisP 03-10-2007 07:42 PM

delete


All times are GMT. The time now is 08:37 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.02751 seconds
  • Memory Usage 1,743KB
  • 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
  • (2)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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