Website Setup and Management
Core tasks
- Add, remove, and organize domains/subdomains.
- Configure hosting settings (document root, PHP version).
- Deploy website files through File Manager or FTP.
Add a new domain
- Open Websites & Domains.
- Click Add Domain.
- Enter domain name.
- Choose hosting type.
- Save and verify status is Active.
Add subdomain
- Open target parent domain.
- Click Add Subdomain.
- Set name and document root.
- Save.
Change document root safely
- Go to Hosting Settings for domain.
- Update Document Root.
- Save.
- Confirm index page loads from new path.
Deploy with File Manager
- Zip project files locally.
- Go to Files > httpdocs.
- Upload ZIP.
- Extract in place.
- Delete ZIP after verify.
Deploy with FTP
- Use FTPS (recommended).
- Connect with panel-provided host/user/password.
- Upload to
httpdocs.
- Validate file permissions.
Common mistakes
- Uploading project into nested folder (
httpdocs/project) unintentionally.
- Changing document root without moving files.
- Using FTP plain mode instead of FTPS.