The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
here it goes .....
Code:
rewriteengine on rewritecond %{HTTP_HOST} ^(www\.)?other1-domains.com$ [NC] rewritecond %{REQUEST_URI} !^/forum/ rewriterule ^(.*)$ "http://main-domain.com/forum/" [R=301,L] rewritecond %{HTTP_HOST} ^(www\.)?other2-domains.com$ [NC] rewritecond %{REQUEST_URI} !^/forum/ rewriterule ^(.*)$ "http://main-domain.com/forum/" [R=301,L] rewritecond %{HTTP_HOST} ^(www\.)?other3-domains.com$ [NC] rewritecond %{REQUEST_URI} !^/forum/ rewriterule ^(.*)$ "http://main-domain.com/forum/" [R=301,L] |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|