Thread Starter
syssu
(@syssu)
Ok I figured it out. I was told by wp-admin to remove blogs.php and change the rewrite rules to use ms-files.php. Well when i reverted back to the old .htaccess file it changed back to the blogs.php that did not exist =)
I have done this a million times and it is STILL multisite. I have gotten rid of
define( 'MULTISITE', false );
define( 'SUBDOMAIN_INSTALL', false );
$base = '/';
define('DOMAIN_CURRENT_SITE', 'syssu.com' );
define('PATH_CURRENT_SITE', '/' );
define('SITE_ID_CURRENT_SITE', 1);
define('BLOGID_CURRENT_SITE', 1 );
There is also a define vhost one that i have to keep on there or it does not work.
define('VHOST', 'yes');
I also deleted and had this line but nothing
define('WP_ALLOW_MULTISITE', false);
As far as the .htaccess file i dont have a “default” one so i deleted everything in it but still default site.