Log in

View Full Version : Multi Domains Question


SorentoUltimate
02-02-2010, 03:18 PM
I Have 6 Domains for my Forum

www.mydomain.com (http://www.mydomain.com)
www.mydomain.net (http://www.mydomain.net)
www.mydomain.info (http://www.mydomain.info)
www.mydomain.org (http://www.mydomain.org)
www.mydomain.gr (http://www.mydomain.gr)
www.mydomain.eu (http://www.mydomain.eu)

when i write any of the six domain goes to www.mydomain.com (http://www.mydomain.com)
example : www.mydomain.net (http://www.mydomain.net)
go to www.mydomain.com (http://www.mydomain.com)

how can i write one of six domains and show the forum with that domain
example www.mydomain.net (http://www.mydomain.net)
stay to www.mydomain.net (http://www.mydomain.net)

Thanks
Sorento-Ultimate

MrPHD
02-02-2010, 03:45 PM
Hi, where are you forum in? what domain?

SorentoUltimate
02-02-2010, 05:36 PM
site are under /.

https://vborg.vbsupport.ru/attachment.php?attachmentid=111560&stc=1&d=1265139376

kavi2005
03-26-2010, 05:26 PM
it 1and1 ask help to 1and1

SorentoUltimate
12-17-2010, 10:26 PM
Hi again,

i found that:

Specific cases:
Your forum is accessable from multiple domains but the content is the same for each link. This is OK and does not require multiple licenses. My site is an example of a multi-domain setup that is allowed:

http://www.mscclan.com/forum/
http://www.macsubculture.com/forum/
http://www.mac-gamer.com/forum/

Notice how each domain points to exactly the same content.
Your forum is accessable from multiple domains but each domain shows a different forum style. This is OK and does not require multiple licenses.
Your forum is accessable from multiple domains and your forums are configured to show/hide certain forums based on the domain. This is not OK and requires an active vBulletin license for each domain. In this situation the forums appear to have separate content thereby making them separate forums in the eyes of the license agreement. Your forum content needs to be the same for each domain in order to qualify as a single forum.The underlying question here is, do the different links appear as separate forums? If so then multiple licenses are required.

Separating content and forum styles by using subforums and forumdisplay links within a single domain is allowed because that functionality is built-in to vBulletin. http://www.vbulletin.com/forum/showthread.php?103150-Multiple-domains-and-the-license-agreement

But i don't find how i can stay to the domain i write.
example www.mydomain.net (http://www.mydomain.net/)
stay to www.mydomain.net (http://www.mydomain.net/)

EddieHot
12-17-2010, 10:32 PM
is it about domain forwarding?

http://faq.1and1.com/domains/using_and_setting_up_the_domain_/3.html

i guess domain forwarding is recommended to keep your content unique, which helps with google rank.

Eddie.

Michael.A
12-18-2010, 10:50 AM
here it goes .....


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]