Can not see Create a New Site link – on the My Sites page – Multisite User
-
I can’t see the link to “Create a New Site” in the “My Sites” page.
I have no plugins activated.
I do have New Blog Defaults activated in Super Admin.
I have added this to my wp-config.php file:
define(‘WP_ALLOW_MULTISITE’, true);
define( ‘MULTISITE’, true );
define( ‘SUBDOMAIN_INSTALL’, false );
$base = ‘/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘businessmarketingreview.com’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );I have this in my .htaccess file:
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]Any ideas… I couldn’t find where anyone had this problem before…
I am using suPHP.
Everything else seems to be working…
I can create a new site, in the Admin site…
But, I want individual users to create their own site.
Jim
- The topic ‘Can not see Create a New Site link – on the My Sites page – Multisite User’ is closed to new replies.