I believe it was in the "Network" options that it suggested I might want to lop off the www from my site though it didn't sound critical sound critical so I pushed forward.
Everything on the site works fine so far but of course when I go to start a new site in the network it wants to list it as SITE_NAME.www.mymythos.org whereas I need it to not have the www.
But when I change my domain name settings to take it off the site crashes.
I tried chopping off the www listed in the config.php below but no go. How can I reconfigure the install to accept a www-less site?
define( 'MULTISITE', true );
define( 'SUBDOMAIN_INSTALL', true );
$base = '/';
define( 'DOMAIN_CURRENT_SITE', 'www.mymythos.org' );
define( 'PATH_CURRENT_SITE', '/' );
define( 'SITE_ID_CURRENT_SITE', 1 );
define( 'BLOG_ID_CURRENT_SITE', 1 );