Hello. I have changed my domain name and noticed a few problems.
Firstly, there are a few problems in the code at https://x10hosting.com/control/?hosting&modify.
The "co.cc" option has a value of "x10.mx", not "co.cc", as you can in the source code:
The option with the value of "x10.bz" has the label " ":
The option with the value of "co.cc" also has the label " ":
Also, after changing the main domain of my site, the cPanel still has the other domains as options throughout (for example, when creating an email account, the installation domains in Fantastico, etc.)
Finally, if you create an email account under one domain and then change your main domain, you are unable to delete the account under the old domain.
Thank you for your services.
Firstly, there are a few problems in the code at https://x10hosting.com/control/?hosting&modify.
The "co.cc" option has a value of "x10.mx", not "co.cc", as you can in the source code:
Code:
<option label=" co.cc" value="x10.mx"> co.cc</option>
The option with the value of "x10.bz" has the label " ":
Code:
<option label="" value="x10.bz"></option>
The option with the value of "co.cc" also has the label " ":
Code:
<option label="" value="co.cc"></option>
Also, after changing the main domain of my site, the cPanel still has the other domains as options throughout (for example, when creating an email account, the installation domains in Fantastico, etc.)
Finally, if you create an email account under one domain and then change your main domain, you are unable to delete the account under the old domain.
Thank you for your services.