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)
-   -   vRewrite - SEOed URLs for vBulletin (https://vborg.vbsupport.ru/showthread.php?t=104484)

DementedMindz 04-03-2006 02:38 PM

im on basiclly the same setup and mine is working fine... im rewritten alot of things here lol

AWS 04-03-2006 04:17 PM

Quote:

Originally Posted by jj
You mean IIS Server? From M$? Forget it :) There's no .htaccess feature, which is needed by this one...

Yes there is.
http://helicontech.com
You just have to replace ^ with / at the beginning of each rule after you install isapi rewrite.

MamboCube 04-03-2006 04:17 PM

Quote:

Originally Posted by Bhuwan
you've downloaded and used the wrong zip file - the zip file is located on Tyler's website, go back a few posts to see the actual link.

ah right lol, yeh it works great now, thnx for your help xStylezx and Bhuwan

Bhuwan 04-03-2006 04:18 PM

Quote:

Originally Posted by jdingman
Yeah, that's how it should work, but it's not for me. I'm on PHP5.1.2 and MySQL4.x on a CentOS system. Not sure what else I can provide to help debug the problem =/

A couple things
First, PM or post a link to your site
Second, verify the system is ON (not vRewrite, but the 301 redirects!) - AdminCP -> vBulletin Options -> vRewrite.
Third - will say wen we get there.

Bhuwan 04-03-2006 04:19 PM

Quote:

Originally Posted by DementedMindz
ok question for vba gallery we add this to headerinclude:

but where do we add it?

Code:

<if condition="THIS_SCRIPT != 'index' AND THIS_SCRIPT != 'gallery_index' AND THIS_SCRIPT != 'gallery_upload' AND THIS_SCRIPT != 'showimage' AND THIS_SCRIPT != 'gallery_search' AND THIS_SCRIPT != 'gallery_newreply' AND THIS_SCRIPT != 'gallery_moderate' AND THIS_SCRIPT != 'gallery_misc'  AND THIS_SCRIPT != 'gallery_managecats' AND THIS_SCRIPT != 'editimage' AND THIS_SCRIPT != 'ecard' AND THIS_SCRIPT != 'displayimages' AND THIS_SCRIPT != 'browseimages'">
<base href="$vboptions[bburl]/" />
</if>


I added it right after
Code:

<meta http-equiv="Content-Type" content="text/html; charset=$stylevar[charset]" />

Bhuwan 04-03-2006 04:20 PM

Quote:

Originally Posted by AWS
Yes there is.
http://helicontech.com
You just have to replace ^ with / at the beginning of each rule after you install isapi rewrite.

Does 1.5 work based on only these cahnges? if so, then that's grood to know for when 1.5 is released (many people may ask about this!)

Bhuwan 04-03-2006 04:21 PM

Quote:

Originally Posted by MamboCube
ah right lol, yeh it works great now, thnx for your help xStylezx and Bhuwan

no prob

DementedMindz 04-03-2006 04:29 PM

ok i think i got this down i think if you can confirm if this is correct... if so im on a mission lol im going to rewrite alot of stuff....


Code:

<a href="$vboptions[bburl]/arcade.php?$session[sessionurl]do=lboard">[ $vbphrase[leader_board] ]</a>
becomes:

Code:

<a href="$vboptions[bburl]/arcade-$session[sessionurl]do-lboard.html">[ $vbphrase[leader_board] ]</a>
and the rewrite rule would be :

Code:

RewriteEngine on
RewriteRule arcade-$session[sessionurl]do-(.*)\.html$ arcade.php?$session[sessionurl]do=$1

is this correct if you know?

Alex_ 04-03-2006 04:46 PM

I am still not able to choose a timespan in a forum.

Threads from the X last days always directs to the standard timespan (of 30 days) no matter what I choose.
This was in 1.x and 1.5 RC1 too...

jdingman 04-03-2006 05:26 PM

Quote:

Originally Posted by Bhuwan
A couple things
First, PM or post a link to your site
Second, verify the system is ON (not vRewrite, but the 301 redirects!) - AdminCP -> vBulletin Options -> vRewrite.
Third - will say wen we get there.

EDIT: It seems be working fine now....not sure what fixed it, thanks.


All times are GMT. The time now is 04:31 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.02792 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
  • (5)bbcode_code_printable
  • (7)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