The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I Have 6 Domains for my Forum
www.mydomain.com www.mydomain.net www.mydomain.info www.mydomain.org www.mydomain.gr www.mydomain.eu when i write any of the six domain goes to www.mydomain.com example : www.mydomain.net go to www.mydomain.com how can i write one of six domains and show the forum with that domain example www.mydomain.net stay to www.mydomain.net Thanks Sorento-Ultimate |
#2
|
||||
|
||||
![]()
Hi, where are you forum in? what domain?
|
#3
|
||||
|
||||
![]()
site are under /.
|
#4
|
|||
|
|||
![]()
it 1and1 ask help to 1and1
|
#5
|
||||
|
||||
![]()
Hi again,
i found that: Quote:
But i don't find how i can stay to the domain i write. Quote:
|
#6
|
|||
|
|||
![]()
is it about domain forwarding?
http://faq.1and1.com/domains/using_a...domain_/3.html i guess domain forwarding is recommended to keep your content unique, which helps with google rank. Eddie. |
#7
|
||||
|
||||
![]()
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] |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|