The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
My next mod: steps 1 to 50 billion
Code:
RewriteEngine on RewriteBase /web/testvb/ # Forums RewriteRule ^forum(.*).html forumdisplay.php?forumid=$1 RewriteRule ^forum(.*)page(.*).html forumdisplay.php?forumid=$1&pagenumber=$2 # Threads RewriteRule ^thread(.*).html showthread.php?threadid=$1 RewriteRule ^thread(.*)page(.*).html showthread.php?threadid=$1&pagenumber=$2 RewriteRule ^printablethread(.*).html printthread.php?threadid=$1 # Jumpers RewriteRule ^lastpostinforum(.*).html showthread.php?goto=lastpost&forumid=$1 RewriteRule ^lastpostinthread(.*).html showthread.php?goto=lastpost&threadid=$1 RewriteRule ^threadbeforethread(.*).html showthread.php?goto=nextoldest&threadid=$1 RewriteRule ^threadafterthread(.*).html showthread.php?goto=nextnewest&threadid=$1 RewriteRule ^lastposterprofilein(.*).html member.php?action=getinfo&find=lastposter&forumid=$1 RewriteRule ^postsbymember(.*).html search.php?action=finduser&userid=$1 # Users RewriteRule ^profileformember(.*).html member.php?action=getinfo&userid=$1 # Other RewriteRule ^groups.html showgroups.php RewriteRule ^announcementsin(.*).html announcement.php?forumid=$1 RewriteRule ^memberlist.html memberlist.php RewriteRule ^memberlistpage(.*).html memberlist.php?pagenumber=$1 RewriteRule ^faq.html misc.php?action=faq Wish me luck |
#2
|
|||
|
|||
you and your googlebot..
|
#3
|
|||
|
|||
Hey, that covers just about every single file that Google can access and find useful
|
#4
|
||||
|
||||
Googlebot mania...Here we come..
|
#5
|
|||
|
|||
Unfortunately it looks like more than half this stuff can't be done with templates so forget this...
|
#6
|
||||
|
||||
I can see the disappointment.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|