Hi
I am just testing multisite. hopefully it will do what I need.
But just now I have a bit of a prob...
Server is Centos5, with virtualmin php5.2.6 msql5.? apache2?
I create master site. This has path
/home/master/public_html
I can create an 'alias' slave site (slave1) using the master dir's and this works OK. I tested using separate or the same master DB. This Installation runs fine - no problem
If I then create a 'sub server' in virtualmin this new domain (slave2) has this path
/home/master/domains/slave2/public_html
at this point
slave2/test.html works in the browser.
I then open browser to
master > administrator > multisite and setup a New slave
setting the deploy dir as above
I checked the sym links exist in the deploy dir. - and all looks good.
The config file for slave2 exists in:
/home/master/public_html/multisites/slave2
it looks like this:
Code: |
<?php
$domains = array( 'http://slave2.com' , 'http://www.slave2.com');
$indexDomains = array( 'http://slave2.com' , 'http://www.slave2.com');
$newDBInfo = array( 'status' => 'Confirmed', 'owner_id' => '62');
$config_dirs = array( 'deploy_dir' => '/home/master/domains/slave2.com/public_html', 'cache_dir' => '/home/master/domains/slave2.com/public_html/cache', 'symboliclinks' => '');
?>
|
When I go to
slave2 in the browser I get this error:
No configuration file found and no installation code available. Exiting...
What is the problem please?
thanks
l.