Subdomain multisite gives 404 on sub sites

WordPress can use subdomains only if they are linked to the same directory as the WordPress installation.

Wrong

- wp/         // WP installation
- subdomains/ // wildcard subdomains

Correct

- wp/         // WP installation & wildcard subdomains

Leave a Comment