vb.org Archive

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

iojam 12-01-2008 08:28 AM

You should submit sitemap as http://www.mydomain.com/forum/sitemap_index.xml.gz, just make sure that you created .htaccess file in forums folder as described.

mc0676 12-01-2008 08:46 AM

Quote:

Originally Posted by iojam (Post 1676290)
You should submit sitemap as http://www.mydomain.com/forum/sitemap_index.xml.gz, just make sure that you created .htaccess file in forums folder as described.

Actually i'm the webmaster of two web site.
In one, this:
http://www.er6italia.com/vbulletin/sitemap_index.xml.gz

ALL work fine but in the other, making the same installation operation in the same vbulletin version, doesn't work.
http://www.vwgolfcommunity.com/vbull...p_index.xml.gz

The two board use a different provider.
The forlder and file permission are the same.
It's very very strange.

Here:
http://www.vwgolfcommunity.com/vbull...p_index.xml.gz

I receive this:

Not Found
The requested URL /vbulletin/sitemap_index.xml.gz was not found on this server.


With the .htaccess standard.

If i change .htaccess from

RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

TO

RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ ../vbulletin/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

Then i receive:

Not Found
The requested URL /HOME/com/v/w/g/vwgolfcommunity/www/vbulletin/vbseo_sitemap/vbseo_getsitemap.php was not found on this server.



I think that the problem is the .htaccess but i don't know very well the setting of this file.

mc0676 12-01-2008 08:55 AM

GREAT !!!
I SOLVE IN THIS WAY ! INCREDIBLE !

RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ ../../../../../../../../vbulletin/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

iojam 12-01-2008 05:37 PM

I'm glad you got it working.
You could try to add this in .htaccess instead:
Code:

RewriteBase /vbulletin/

mc0676 12-01-2008 05:51 PM

Quote:

Originally Posted by iojam (Post 1676580)
I'm glad you got it working.
You could try to add this in .htaccess instead:
Code:

RewriteBase /vbulletin/

Good, it work too ! Thanks !

payman 12-02-2008 05:35 AM

that Is Free ??

I Want To InstaLL.

I Dont Have Vbseo Licence

I Want Download And Instal This Plugin Only .


veenuisthebest 12-02-2008 05:50 AM

yes this plugin is free. It does not require vbseo license.

payman 12-02-2008 07:01 AM

very very thanks

mc0676 12-02-2008 10:40 AM

I've an other question.
My server is an Apache.
If u launch:
http://www.vwgolfcommunity.com/vbulletin/sitemap_01.xml

i receive
Sitemap not found

But if i lounch
http://www.vwgolfcommunity.com/vbull...emap_01.xml.gz

I can see the sitemap.

Why this ?

My htaccess is:
RewriteEngine On
RewriteBase /vbulletin/
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

Kayden 12-02-2008 07:21 PM

Okay, installation went smoothly, and the settings have been tweaked. Now I've run into a snag.


When clicking on a sub-forum, I receive the following error.
Quote:

Not Found
The requested URL /display.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I know the error is coming from the .htaccess file. After I delete...
Code:

RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

... everything works fine again.


What's the issue?


All times are GMT. The time now is 07:13 PM.

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.01843 seconds
  • Memory Usage 1,745KB
  • 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
  • (3)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