Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 02-02-2010, 03:18 PM
SorentoUltimate's Avatar
SorentoUltimate SorentoUltimate is offline
 
Join Date: Jul 2009
Location: Moschato, Athens, Greece
Posts: 338
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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
Reply With Quote
  #2  
Old 02-02-2010, 03:45 PM
MrPHD's Avatar
MrPHD MrPHD is offline
 
Join Date: Feb 2006
Location: Portugal
Posts: 385
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, where are you forum in? what domain?
Reply With Quote
  #3  
Old 02-02-2010, 05:36 PM
SorentoUltimate's Avatar
SorentoUltimate SorentoUltimate is offline
 
Join Date: Jul 2009
Location: Moschato, Athens, Greece
Posts: 338
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

site are under /.

Attached Images
File Type: bmp untitled.bmp (518.4 KB, 54 views)
Reply With Quote
  #4  
Old 03-26-2010, 05:26 PM
kavi2005 kavi2005 is offline
 
Join Date: Jan 2010
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it 1and1 ask help to 1and1
Reply With Quote
  #5  
Old 12-17-2010, 10:26 PM
SorentoUltimate's Avatar
SorentoUltimate SorentoUltimate is offline
 
Join Date: Jul 2009
Location: Moschato, Athens, Greece
Posts: 338
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #6  
Old 12-17-2010, 10:32 PM
EddieHot EddieHot is offline
 
Join Date: Dec 2010
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #7  
Old 12-18-2010, 10:50 AM
Michael.A's Avatar
Michael.A Michael.A is offline
 
Join Date: Dec 2008
Location: L.A
Posts: 449
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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]
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:52 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.04437 seconds
  • Memory Usage 2,243KB
  • Queries Executed 14 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (7)postbit
  • (1)postbit_attachment
  • (7)postbit_onlinestatus
  • (7)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete