What is WordPress Multisite?
WordPress Multisite is a feature that allows you to run a network of websites from a single WordPress installation. All sites share the same WordPress core files, themes, and plugins — managed from one dashboard. Perfect for web agencies managing multiple client sites, businesses with multiple brands, or educational networks.
Requirements for WordPress Multisite on Hostinger
- Hostinger Business plan or higher (multiple sites supported)
- WordPress installed on your main domain
- Clean WordPress installation (no existing content, ideally)
- Pretty permalinks enabled (Settings → Permalinks → Post Name)
Get Hostinger Business for WordPress Multisite
Business plan supports 100 websites. Perfect for multisite networks. From $3.99/mo.
Get Hostinger 80% OffCoupon S0TABIDHULP1 · 30-day money-backStep 1 – Enable WordPress Multisite
- hPanel → File Manager → public_html → wp-config.php
- Click Edit
- Find the line: /* That's all, stop editing! */
- Add this line ABOVE it:
define('WP_ALLOW_MULTISITE', true);
Save wp-config.php.
Step 2 – Configure the Network
- Login to WordPress Dashboard
- Go to Tools → Network Setup
- Choose network type: Subdomains (site1.yourdomain.com) or Subdirectories (yourdomain.com/site1)
- Enter Network Title and Admin Email
- Click Install
- WordPress shows you code to add to wp-config.php and .htaccess
Step 3 – Update wp-config.php
Copy the code WordPress provides and paste it into wp-config.php above the "That's all, stop editing" line. Save the file.
Step 4 – Update .htaccess
- hPanel → File Manager → public_html → .htaccess
- Replace existing content with the code WordPress provides
- Save .htaccess
Step 5 – Login and Add Sites
- Log out of WordPress and log back in
- You now have a My Sites menu in the top bar
- Go to My Sites → Network Admin → Sites → Add New
- Enter site address, title, and admin email
- Click Add Site
Managing Your Multisite Network
- Network Admin — manage all sites, users, plugins, themes from one place
- Network Activate plugins — activate a plugin across all sites simultaneously
- Super Admin — your network administrator account with access to all sites
- Site Admin — individual site administrator with limited access