By Tabid · March 17, 2026 · 10 min read

Hostinger WordPress Multisite Setup Guide 2026 –
Complete Step-by-Step

WordPress Multisite lets you run multiple websites from one WordPress installation. Here is how to set it up on Hostinger — perfect for agencies and multi-brand businesses.

Disclosure: This post contains affiliate links. We earn a commission at no extra cost to you if you purchase through our links.

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

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-back

Step 1 – Enable WordPress Multisite

  1. hPanel → File Manager → public_html → wp-config.php
  2. Click Edit
  3. Find the line: /* That's all, stop editing! */
  4. Add this line ABOVE it:

define('WP_ALLOW_MULTISITE', true);

Save wp-config.php.

Step 2 – Configure the Network

  1. Login to WordPress Dashboard
  2. Go to Tools → Network Setup
  3. Choose network type: Subdomains (site1.yourdomain.com) or Subdirectories (yourdomain.com/site1)
  4. Enter Network Title and Admin Email
  5. Click Install
  6. 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

  1. hPanel → File Manager → public_html → .htaccess
  2. Replace existing content with the code WordPress provides
  3. Save .htaccess

Step 5 – Login and Add Sites

  1. Log out of WordPress and log back in
  2. You now have a My Sites menu in the top bar
  3. Go to My Sites → Network Admin → Sites → Add New
  4. Enter site address, title, and admin email
  5. Click Add Site

Managing Your Multisite Network

Subdirectory vs Subdomain: For most users, subdirectory (yourdomain.com/site1) is easier to set up and does not require additional DNS configuration. Use subdomains (site1.yourdomain.com) if you need separate brand identities for each site.