Trying to use "Multi-Site Manager" plugin on mu version 2.8.4
http://wpmudevorg.wordpress.com/project/Multi-Site-Manager
I have the domains pointed correctly and a new blog will actually show up under the domains set up under this plugin. HOWEVER, when I try and go to the admin / dashboard of any of these URLs blogs, it just takes you to a log in page and keeps redirecting you to the login page, you can't actually get in the dashboard for any of them
So in notes at above link it says:
“you should comment out the following line in your wp-config.php file to make sure you can log in to all your sites:
// define('DOMAIN_CURRENT_SITE', 'current_site_domain' );”
Ok, so I comment this out in wp-config.php
//define('DOMAIN_CURRENT_SITE', 'fotway.com' );
____
Once I do that, nothing shows up under the new 'sites' URLs other than the message:
“No WPMU site defined on this host. If you are the owner of this site, please check Debugging WPMU for further assistance.”
So if I leave the wp-config as is, I can see the new blogs, but I can't log in. When I comment out the line that it says to in the notes, the blogs are gone under the new URLs...
What to do?
Help would be very appreciated!!