BlueHost VPS Multisite
-
Trying to set up a Multisite “test site” on Bluehost.
I am using their VPS
I followed EVERY instruction I could find with how to set this up:
Installed WP in root directory folder “/”
Modified WP-Config/* Multisite */ define( 'WP_ALLOW_MULTISITE', true ); define('MULTISITE', true); define('SUBDOMAIN_INSTALL', true); define('DOMAIN_CURRENT_SITE', 'bluestr.com'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1);
Modified .htaccess
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L]
Added Wildcard to DNS (YES, Bluehost support the wildcard
My test site is sitetest.bluestar.com
When I try and go to the WP Admin dashboard, I get a 404. If I try and go directly to the link, it takes me to the root of my public_html file (currently deactivated)..
What am I missing?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘BlueHost VPS Multisite’ is closed to new replies.