vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Multi Domains Question (https://vborg.vbsupport.ru/showthread.php?t=234824)

SorentoUltimate 02-02-2010 03:18 PM

Multi Domains Question
 
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

MrPHD 02-02-2010 03:45 PM

Hi, where are you forum in? what domain?

SorentoUltimate 02-02-2010 05:36 PM

1 Attachment(s)
site are under /.

https://vborg.vbsupport.ru/attachmen...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:

Quote:

Specific cases:
  1. 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.
  2. Your forum is accessable from multiple domains but each domain shows a different forum style. This is OK and does not require multiple licenses.
  3. 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/showt...ense-agreement

But i don't find how i can stay to the domain i write.
Quote:

example www.mydomain.net
stay to www.mydomain.net

EddieHot 12-17-2010 10:32 PM

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.

Michael.A 12-18-2010 10:50 AM

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]



All times are GMT. The time now is 09:20 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02033 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete