The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
If I have forum on http://www.forum.com/showthread.php?t=12345
And I have another short domain http://fr.com If people visit http://fw.com/12345 how to make they're automatically forwarded to http://www.forum.com/showthread.php?t=12345 ? If you have any idea about this, please share with me here... My current plan is making URL redirection/rewriting using .htaccess |
#2
|
|||
|
|||
![]()
This is just a shot in the dark, but seems like it -should- work.
Code:
RewriteEngine on RewriteRule (.*) http://www.forum.com/showthread.php?t={1} [LR=301] |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|