Can't create new sites on network
-
I’ve installed the network yesterday, everything seems fine and I got the proper wordpress network panels generated on the dashboard, the original domain seems to be working properly too. However when I tried creating a new site, https://asia.facekitt.com/, I get an error.
I searched other parts of this forum, it tells me to get my host to do something about my .htaccess, but I have gotten their help to no avail.
I am on dreamhost, and I used the one click install, here are the other information
This is 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
This is my config file
[DELETED!!!] /* That's all, stop editing! Happy blogging. */ define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', true ); $base = '/'; define( 'DOMAIN_CURRENT_SITE', 'facekitt.com' ); define( 'PATH_CURRENT_SITE', '/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 ); /** Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php');
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Can't create new sites on network’ is closed to new replies.