Hi all.
I want setup child site naming "mingid" along side default site.
My server: lampp on ubuntu 12.04 - mysql account: root - password is empty
Main database name: status
database for child site: mingvn
I readed tutorial:
http://status.net/wiki/Status_network+ My statusnet_network table:
http://i.imgur.com/KZmwu.png+ My config.php code:
http://pastebin.com/YGQADDrQCould you give me anwser for: where is wrong in my configurations? and in next step, what will i do? And how i access to child site.
Sorry for my bad English.
Many thanks to all.
Comments
($_server, $_path,'localhost');Where you have localhost needs to be a domain preceded by a "." where your sites will reside, like
($_server, $_path,'yourdomain.example');with sites being site1.yourdomain.example and site2.yourdomain.exampleThat's a start.