Title: WP Multisite 404 Not Found Error
Last modified: September 8, 2019

---

# WP Multisite 404 Not Found Error

 *  [andromedagalaxy](https://wordpress.org/support/users/andromedagalaxy/)
 * (@andromedagalaxy)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/wp-multisite-404-not-found-error/)
 * So I been having issues with creating sites through wp multisite, I never had
   issues before except for setting everything up. I get an error when trying to
   access my new wordpress subdomain’s dashboard, the frontend site is working fine.
 *     ```
       Not Found
       The requested URL /404.html was not found on this server.
   
       Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
   
       Apache Server at vestrotestsite2.vestrointeractive.com Port 443
       ```
   
 * **What I have tried:**
    1. Creating subdomain through Cpanel for the directory
   public_html 2. Looking across the internet for issues exactly like mine, some
   are similar but don’t help.
 * **Notes:**
    1. I am using Bluehost as my hosting service 2. There is no directory
   at all for these subdomains in Cpanel except text files with cache codes.
    -  This topic was modified 6 years, 9 months ago by [andromedagalaxy](https://wordpress.org/support/users/andromedagalaxy/).
      Reason: Trying to add tags
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwp-multisite-404-not-found-error%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Hammad Mashkoor](https://wordpress.org/support/users/hammadlari/)
 * (@hammadlari)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/wp-multisite-404-not-found-error/#post-11916377)
 * Please check the following:
    1. Go to Dashboard > Settings > Permalinks > Select
   anything but default and Save. Save again even if there is anything than default
   is selected already. 2. If the page still doesn’t work, go to file manager and
   check if there is a file called .htaccess in root. If there is no such file then
   create one with the following content:
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
       # END WordPress
       ```
   
 * 3. If you still find the page broken, then ask your host if mod_rewrite is enabled
   on your server. If mod_rewrite is not enabled, then pretty permalink will not
   work.
 * If you are on nginx server, add the following in the server block:
 *     ```
       location / {
                   try_files $uri $uri/ /index.php?$args;
       }
       ```
   
 * Hope it helps!
 *  Thread Starter [andromedagalaxy](https://wordpress.org/support/users/andromedagalaxy/)
 * (@andromedagalaxy)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/wp-multisite-404-not-found-error/#post-11922853)
 * Everything you said does not work (also im not using a nginx server I believe
   its apache) though on my htaccess file there is no mod_rewrite with the IFModule,
   if I try adding it everything on my site breaks including the subdomains. I am
   literally about to give up on wordpress multisite.
 *  [armandozr](https://wordpress.org/support/users/armandozr/)
 * (@armandozr)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/wp-multisite-404-not-found-error/#post-12127740)
 * Hello,
 * i’m in the same issue right now!I saw a severals tutorials but nothing works 
   now…. help, us, please
 *  [hung nguyen](https://wordpress.org/support/users/hungnguyen1407/)
 * (@hungnguyen1407)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/wp-multisite-404-not-found-error/#post-12508039)
 * Hi Guys, i’ve got a trouble that’s same you. I can’t entry to the Dashboard to
   edit Permalink! Please help me fix it!
 *  [armioli](https://wordpress.org/support/users/armioli/)
 * (@armioli)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/wp-multisite-404-not-found-error/#post-13183048)
 * i’ve got a trouble that’s same you.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘WP Multisite 404 Not Found Error’ is closed to new replies.

## Tags

 * [multisite](https://wordpress.org/support/topic-tag/multisite/)
 * [not-found](https://wordpress.org/support/topic-tag/not-found/)

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 5 replies
 * 3 participants
 * Last reply from: [armioli](https://wordpress.org/support/users/armioli/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/wp-multisite-404-not-found-error/#post-13183048)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
