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?
Bookmarks