Group urls not working in multisite
-
Here is the issue I am getting with group activity url in multisite when I clicks to group activity tab it takes me to http://sitename/activity/ while it should take me to http://sitename/groups/group-slug/activity/
I had tires alls these change in my config file.
ini_set(‘display_errors’,’Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_DISPLAY’, false);define(‘WP_ALLOW_MULTISITE’, true);
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, false);
$base = ‘/’;
define(‘DOMAIN_CURRENT_SITE’, ‘wwwsitename’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);
define( ‘SUNRISE’, ‘on’ );
define ( ‘BP_ROOT_BLOG’, 1 );
define( ‘BPML_USE_VERBOSE_PAGE_RULES’ , true );
- You must be logged in to reply to this topic.