Tagged Questions
0
votes
1answer
27 views
Multiple domains
I got 6 domains : company.ca and company.com (because both where free, but we are a canadian company but can do business with the rest of the world).
Then, we sell sportwear because of the company ...
3
votes
1answer
48 views
Consolidate search results from site that gets accessed from multiple domains
I have a site hosted on Windows Azure, and I have a domain pointing to the site, so I can access the site using both mysite.cloudapp.net as well as mysite.com.
Now for some reason Google indexed ...
1
vote
1answer
85 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 ...
2
votes
2answers
61 views
301 redirects, site files
Is it possible to have a 301 redirect without moving files?
I have a site currently at a .ca domain.
Now I want the primary domain to be .org. I would like to do this in a way that is search engine ...
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 ...
3
votes
1answer
368 views
Domain Masking / Cloaking?
I don't know whats the correct term for it, but what I'd like is to forward users visiting domain1.com to domain2.com without changing the URL in their address bar at all, IE. show contents from ...
1
vote
1answer
399 views
htaccess and 301 redirects - multiple domains
I have the following which redirects mydomain1.co.uk and mydomain1.com to www.mydomain1.com perfectly.
RewriteCond %{HTTP_HOST} !^(.*)\.mydomain1\.com$ [NC]
RewriteRule ^(.*)$ ...