The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Redirect domainA/forum to domainB/forum
I use to have my forum on domainA/forum so a lot of people still access it via they history to that site.
Now I have redirect in .html so when they go to domainA, they will be redirected to domainB. I still couldn't find a way so when they go to the forum on domainA, it will redirect to forum on domainB Here is what I have but it doesn't seem to work Code:
RewriteCond %{HTTP_HOST} ^domainA.com/forum/$ [OR] RewriteCond %{HTTP_HOST} ^www.domainA.com/forum/$ RewriteRule ^(.*)$ "http\:\/\/www\.domainB\.com\/$1" [R=301,L] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|