So i got main site working but add on domain asdfasdflkh.mysitename.com does not work.
Any ideas?

Quote Originally Posted by TheGuest View Post
This module makes navigation to my site - via http://mysitename.com not working because of this code

if(file_exists("includes/config_sites/$config_file")) {
include("includes/config_sites/$config_file");
} else {
echo "the domain $default_server_name does not exist.";
exit;
}

in sites_switch.php method

so only http://www.mysitename.com works

how do you solve this problem?