• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Resolved Is subdomain counted as 1 domain inside Plesk Onynx

William Fock

New Pleskian
I added a subdomain but it shows as additional domains inside the server information. Shouldn't it be separated and not counted as 1 additional domains as the limit for web admin is only 10.
 
Anyway Plesk has replied:

Developers looked into this issue and confirmed as a bug: PPPM-5050: Subdomains are counted as domains on Server Information page. We appreciate your input to the product improvement and drawing our attention to this.


The fix is considered to be included in one of the next Plesk updates, release notes are available here:

https://docs.plesk.com/release-notes/17.0/change-log/


So far I suggest you:


1. logging in to Plesk database


2. executing the following query:


> select id,name,htype,parentDomainId from domains where parentDomainId=0;



The following article describes the issue: https://kb.plesk.com/en/129947
 
Anyway Plesk has replied:

Developers looked into this issue and confirmed as a bug: PPPM-5050: Subdomains are counted as domains on Server Information page. We appreciate your input to the product improvement and drawing our attention to this.


The fix is considered to be included in one of the next Plesk updates, release notes are available here:

https://docs.plesk.com/release-notes/17.0/change-log/


So far I suggest you:


1. logging in to Plesk database


2. executing the following query:


> select id,name,htype,parentDomainId from domains where parentDomainId=0;



The following article describes the issue: https://kb.plesk.com/en/129947

So this is a bug? or does it mean subdomains will not be counted as one of the main domain
 
Back
Top