Yes, missing wildcard DNS was one of the problems.
It is fixed now.
But there are still some problems.
Here are the config file I use:
"subdomain.oldsite.com" Apache config file:
ServerName subdomain.oldsite.com
ServerAlias *.subdomain.oldsite.com
RewriteCond %{HTTPS} off
RewriteCond %{
I think you found the problem.
Likely the wildcard DNS is not set.
I wrote to our system admin to set the DNS.
Thanks for the idea!
Webmaster33
2016.09.15. 16:23 ezt írta ("Rodrigo Cunha" ):
> about Situation 3
> as you set up your dns?
> the subdomains are directed to the correct server?
> in
about Situation 3
as you set up your dns?
the subdomains are directed to the correct server?
in http://aaa.subdomain.oldsite.com/foo/bar.php dsn is different from
http://subdomain.oldsite.com/foo/bar.php are different subdomains.
2016-09-15 10:33 GMT-03:00 Webmaster33 :
> Using Apache 2.2.22.
>
>
Using Apache 2.2.22.
I have the following SSL certificates:
Common Name = subdomain.oldsite.com
Subject Alternative Names = subdomain.oldsite.com, *.subdomain.oldsite.com
Common Name = subdomain.newsite.com
Subject Alternative Names = subdomain.newsite.com, *.subdomain.newsite.c