• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Issue why my dns domain is not resolvable

Because it's assuming you're using it's own DNS server and not a third party DNS service. If you're using a third party DNS service (like I do), you can either ignore that warning or add the following to panel.ini to remove the checks:

INI:
[dns]
enableResolveChecking = false
showDnsHelper = false
 
Because it's assuming you're using it's own DNS server and not a third party DNS service. If you're using a third party DNS service (like I do), you can either ignore that warning or add the following to panel.ini to remove the checks:

INI:
[dns]
enableResolveChecking = false
showDnsHelper = false
Hey thanks for the fast reply can you tell me where can i find that file Thanks
 
The file you've edited is the sample file, you don't want to edit the sample file or rename so it's simply panel.ini.
 
Back
Top