creating website error

i had this problem when i creating new website, is there something that i miss ?

Installation failed. Error message: Target directory should be empty before installation, otherwise data loss could occur. [404]

When you create a new site, a default index.html is created at doc root. And .well-known directory if you create a website with SSL.

CyberPanel WordPress installer checks if the installation directory is empty or not, so you need to delete the index.html file before you can install WordPress. You don’t need to delete the .well-known folder (if any) as this folder will be ignored and kept intact.

ok, thanks… it’s works now