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)

iojam 03-22-2006 08:04 PM

bada_bing
Quote:

I dont know if the ISAPI_Rewrite module is installed as my site is hosted my my ISP. How can I find that out and is it something they might be ok installing for one customer on a shared server?
You should contact your host regarding this.
Quote:

Just tried to enter this
Please PM me your forums URL.

Kevlar 03-23-2006 12:53 PM

I'm getting this error ... The requested URL /forum/sitemap_index.xml.gz was not found on this server.

I put the rewrite rule
Code:

RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
into my httpd.conf file for apache ... but still no go.

If I run /forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 I get Sitemap file not found

Any advice?

iojam 03-23-2006 02:56 PM

Kevlar,

this rewrite rule should be entered in .htaccess. For httpd.conf it may look a bit differently.
Is it working with rewrite rule in .htaccess?
Which section in httpd.conf are you using to insert rewrite rules?

Kevlar 03-23-2006 04:07 PM

We turned off .htaccess files to save the added step of checking for that file everytime a page is requested. We put all of that type of data into the httpd.conf file. It allowed us to squeeze a little more processing power out of our boxes.

I placed the rewrite lines into the virtualhost section for that particular URL. It essentially looks like this...

Code:

<virtualhost *:80>
servername forums.bimmerforums.com
documentroot /path/to/webroot

RewriteEngine on
-- some other rewriterules --

RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
</virtualhost>


Kevlar 03-23-2006 04:35 PM

Update: If I punch
http://forums.bimmerforums.com/forum...p_index.xml.gz

into the browser, I get the sitemap file. It just looks like I need to work on the rewriterule in the httpd.conf file. :confused:

iojam 03-23-2006 05:35 PM

Kevlar,

please try the following in your httpd.conf:

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

Kevlar 03-23-2006 05:47 PM

Quote:

Originally Posted by iojam
Kevlar,

please try the following in your httpd.conf:

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

You sir are a gentleman and a scholar... it now works. :banana:

iojam 03-23-2006 06:02 PM

Great!

And thanks :)

ugr|dual 03-25-2006 10:09 PM

version 1.61 just returns a blank page when run. won't do anything. it's in the functions file. the old one works great.

i have url's above forum root and according .htacesss

any hints on what to change? i wanted to use 1.61 because of the google loc format errors..

iojam 03-26-2006 10:22 PM

ugr|dual,

PM sent


All times are GMT. The time now is 01:24 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.02742 seconds
  • Memory Usage 1,736KB
  • 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_code_printable
  • (3)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