• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue CNAME not working

Server operating system version
CentOS Linux 7.9.2009 (Core)
Plesk version and microupdate number
Version 18.0.55 Update #2
abc.primary.com DNS is managed in cloudflare and Proxy option is turned off
Subdomain abc.primary.com is hosted in plesk and working fine

CNAME entry abc.secondary.com created to point to abc.primary.com
secondary.com is hosted on some other server and DNS entries are also managed elsewhere

When abc.secondary.com is loaded in browser it should be loading abc.primary.com but its loading default Plesk page
This means that CNAME is working fine and landing it to server, But server is unable to understand which directory to load and instead load default plesk page

Any help in this issue is highly appreciated

Thanks & Regards
 
Did you create the alias "abc.secondary.com" for "abc.primary.com" on the server so that it knows it should react on the request with abc.primary.com?
 
Thanks, after adding domain alias its working, but now facing another issue
SSL is failing and giving SSL warning, Any idea how to fix it. Do I need to install SSL for every domain Alias

Also is there any way I can bypass domain alias step, As I will be providing cutom URL to my clients
and its not posible to create domain alias for everyone. Can It work normaly like if I carete a CNAME and point to yahoo.com
It will load yahoo.com without any alises or dns setting. How to make it work like that
 
You'll need to modify the main web server configuration files for the server's host name domain, because that is the fallback domain if the server cannot link a request with another domain. But this probably will be a bigger challenge, because these files are managed by Plesk, so that they are overwritten with updates or reconfigurations of domains. You could consider putting a URL redirect into the server's default www document root, so that anytime that is opened, it redirects to your real domain that serves the content. But for the scenario you are seeking, no panel will be able to fulfill that, because it is rather something that requires individual configurations in the web server.
 
Back
Top