404 Error: Can't figure out how to create a multi site network!
-
Hi, I’ve been having a very difficult time trying to figure out how to get a Multisite network running properly on my website. This is my second day of trying to set everything up correctly after deleting everything from my first attempt.
I’ve tried following the instructions step by step. But every time, I finish the setup and try to create new site on my network, I always get a page with a “404 Error File Not Found” message.
I’ve setup a wildcard sub-domain, I’ve activated WP multisite on the site I want to be a network, and I’ve followed the 3 steps for adding a blogs.dir folder, and adding additional code to the wp-config.php file and .htaccess file.
Now, I don’t know if this is an issue or not, but the domain I’m wanting to use in an add-on domain, meaning, it’s not the first domain I registered with my host (Bluehost, btw). Could that be the problem??? Also btw, I trying to create my multi site using sub-domains
Oh, and here’s what’s in my .htaccess file
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L] # END WordPress
Thanks a lot guys
- The topic ‘404 Error: Can't figure out how to create a multi site network!’ is closed to new replies.