Double Hosting plans let you host multiple websites under one account using addon domains. Here's how to manage them effectively.
Understanding the Directory Structure
Each website lives in its own folder under your account root. Your primary site is in public_html. Addon domains get their own directories (e.g., public_html/secondsite.com or a root-level folder). Keep each site's files separate and clearly labelled.
Separate Databases Per Site
Create a separate MySQL database and user for each website. This prevents one site's database from affecting another and makes migrations easier. Name databases descriptively (e.g., username_site1, username_site2).
Backup Strategy
Back up each site independently. Use Softaculous backup for WordPress sites and cPanel's backup tool for custom sites. Store backups off-server. Test restores periodically to ensure backups are working correctly.
Resource Sharing Considerations
All websites on your account share the same CPU and memory limits. A traffic spike on one site can affect others. If you run several high-traffic sites, consider moving them to separate accounts or upgrading to VPS hosting.