Your Webhosting Questions
Answered by the Webhosting Experts
Tags
...
...

How to fix “Error from park wrapper: Sorry, you do not control the domain”

Follow the steps given below:

First find the owner of the domain, enter the following command:

/scripts/whoowns example.com

If no results are found, enter the following command:

grep example.com /var/cpanel/users/*

 

You should see something like below

root@server [~]# grep example.com /var/cpanel/users/*

/var/cpanel/users/exam:XDNS1=example.com

Edit the following files with the corresponding user and remove the lines associated with the domain (example.com) you have problem with.

/var/named/example.com.db

Remove the virtualhost for example.com from /etc/httpd/conf/httpd.conf

/var/cpanel/users/username [remove entries related to domain]

/etc/userdomains

/etc/localdomains

vim /etc/named.conf [remove entries related to domain]

Remove DNS entry in WHM

Run /scripts/updateuserdomains as root on the server

 

That’s it J

Need More Personalized Help?

If you have any further issues, questions, or would like some assistance checking on this or anything else, please reach out to us from your my.hivelocity.net account and provide your server credentials within the encrypted field for the best possible security and support.

If you are unable to reach your my.hivelocity.net account or if you are on the go, please reach out from your valid my.hivelocity.net account email to us here at: [email protected]. We are also available to you through our phone and live chat system 24/7/365.

Tags +
...