
Open DirectAdmin from the service page and sign in with the hosting credentials.
Static website
- Open File Manager.
- Enter the domain
public_htmldirectory. - Remove the default placeholder only when the correct document root is confirmed.
- Upload
index.htmland the required assets. - Open the public domain and verify HTTPS.

The document root should contain the public entry file and assets, not the complete private development workspace.
PHP and MySQL
- Upload the application files.
- Create a database and database user in DirectAdmin.
- Grant the user access to the database.
- Put database credentials in the application configuration outside public documentation.
- Select a compatible PHP version.
- Test the application and review error logs.
WordPress
Use the available installer when the server provides one, or upload WordPress manually. Use a unique database prefix, strong administrator password, and HTTPS URL.
Capture the WordPress installer with a test domain and no passwords.

