• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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