Replies: 1
Hello, I got a problem,
My main site is example.com
And I mapped one sub site (test.example.com) to a sub domain http://www.mydomain.com
But when I access to mydomain.com it redirects to example.com and ask me to signup.
If I add this to .htaccess all the other site (include http://www.example.com) redirect to http://www.mydomain.com
RewriteCond %{HTTP_HOST} ^www.example.com$
RewriteRule ^/(.*) http://www.example.jp/$1
How to solve it?