Questions that are specifically about Multiple Domains
0
votes
1answer
149 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, ...
1
vote
1answer
1k views
SEO optimization multiple region site, domains and multilingual site
I am taking SEO of our website to another level. I read a lot about it and study all aspects of how to properly handle multiple domains and languages. For now we use three domain names www.myurl.eu, ...
3
votes
1answer
114 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
146 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
92 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
1answer
26 views
Domain mapping issues
I have two domain names - .com & .co.uk bought with 123-reg and just one student Windows hosting pack associated with the .co.uk domain.
The .com domain is the main one which people would be ...
0
votes
6answers
234 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
357 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 (.*) ...