Zen Follower
- Join Date:
- Jul 2009
- Posts:
- 117
- Plugin Contributions:
- 0
MultiSite Module Support Thread
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?
TheGuest:
Got this part finally working. I did not modify configure.php - that was the problem
Thanks,
TheGuest