Questions that are specifically about Multiple Domains

learn more… | top users | synonyms

0
votes
1answer
147 views

Stop searches showing tld domain sites appearing as subdirectory of main holding site domain?

I'm not sure if this is a problem specific to how my hosting is structured or not. Let's say the main domain for my account is maindomain.com (for purpose of discussion) I am building other sites, ...
3
votes
3answers
194 views

How do I adjust our “default” domain

Our company owns a selection of top level domain names. Each of these domain names points to the same IP. We currently market our domain as existingfoo.com. All our incoming links are to that domain, ...
3
votes
1answer
111 views

Best Strategy for Exact Match Domain (EMD) Along Side Branded Domain

I lucked out and managed to buy a two word .com EMD for the most important key-phrase for our b2b SaaS startup. Shutting down our branded domain isn't an option, we've already got too much invested ...
2
votes
3answers
144 views

What's the advantage in purchasing new hosting purely for 301 redirections

As a follow on from How do I adjust our "default" domain I am about to setup 301 redirections from a selection of TLD to our recently selected default domain. Currently ALL of our TLDs ...
1
vote
1answer
82 views

Is it a good idea to register multiple domains pointing to a single website

We have a main domain or primary domain (say xyz.com) on which we have our website hosted. For the sake of business/trademark we would like to book other domain with the same name but different tlds ...
0
votes
6answers
228 views

I want to host the same website content on different domains

I need to find out how I can host different domains which will have the same content. I want users to be able to choose their country and based on that decide which domain to load. How do I do this ...
0
votes
1answer
353 views

Force www. on multi domain site and retain http or https

I am using CakePHP which already contains an .htaccess file that looks like: <IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^$ app/webroot/ [L] RewriteRule (.*) ...