The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Try this for page numbers (it should come before the thread only code)
Code:
RewriteEngine on #Threads with page numbers RewriteRule [^/]+-t([0-9]+)-([0-9]+)\.html http://www.domain.com/forums/showthread.php?t=$1&page=$2 [L,R=301] #Threads RewriteRule [^/]+-t([0-9]+)\.html http://www.domain.com/forums/showthread.php?t=$1 [L,R=301] |
#12
|
||||
|
||||
Is working! Thank you so much! Nice that there are people like you.
Best regards, Silmarillion |
#13
|
||||
|
||||
You are welcome. Good luck with your site.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|