Ok ok…. ?? …. I found a small error…
define( 'DOMAIN_CURRENT_SITE', 'mydomain.com' );
is needed for login and other things (I must of had old cookies in my browser…)
So Step (6) don’t comment out that line, just replace it with…
define( 'DOMAIN_CURRENT_SITE', ''. $_SERVER['HTTP_HOST'].'' );
This tells the server to get the current domain (if your server supports it) for the logon cookies and other site url lookups…
Anyway as I said this is just something I am trying and it is current working for me, and I hope it can help someone else…
Kind Regards,
Chris