Tagged Questions
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, ...
1
vote
1answer
398 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 ^(.*)$ ...
0
votes
1answer
354 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 (.*) ...