0

We've got site at a subdomain (new.example.com) and previous version of the site at the root (example.com). The previous version is a WordPress network with wildcard subdomains. The static subdomain was created in Plesk 10 and works fine (we've got a zzz-wildcard.conf file with the verified correct settings).

Our problem right now, and it's a silly one, is that some site users are attempting to access the subdomain through www.new.example.com, which rather than redirecting to new.example.com, is intercepted by example.com.

How should we setup our server to intercept this request and route it to the correct location?

1 Answers1

0

Why do not you use a "sub-wildcard-subdomain"?

*.new.example.com CNAME new.example.com

That should do the trick

maxxvw
  • 321
  • 1
  • 7