• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Domain name is invalid

H

Hello World

Guest
I accidently chown all files and folders in /vhosts/mydomain.com, so I went into psa admin and remove the mydomain.com, When I tried to recreate the domain name, it said "Domain name is invalid".

I believe there are some pieces of mydomain.com on the server.

How do I completely clear mydomain.com, so I could create mydomain.com in the psa admin.


Note: i replaced my actual domain with "mydomain,com".
 
Login to your server, cd to the vhosts directory (/home/httpd/vhosts or /var/www/vhosts/, depending on your setup), "ls -al" to find out if your domain is there, if it is, issue a rm -rf <domain> to remove (forcably and recursively) the domain from the system.
 
I did that but I couldn't find any pieces of mydomain.com.

I also did an updatedb and find a find on mydomain.com, but nothing shown up.
 
Back
Top