Hello,
I create a slave site for this URL
blog.cvo-cyberconseil.com
I change my apache configuration in order to create a new virtualhost
<VirtualHost xx.xx.xx.xx:80>
ServerName blog.cvo-cyberconseil.com
DocumentRoot /home/joomla/multisite/multisites/blogcvo
It seems to work when I connected to the site. But when I connect to the administrtion site
URL :
blog.cvo-cyberconseil.com/administrator
All the change ar written to the wrong database (the master). I'm usin a single database configutation (master & slave in the same Database) The master prefix is multi and the slave prefix is blogcvo. All the table for blogcvo exists.
Whats wrong with my configuration ? Why the administration site use the master database and not the slave
Thanks for your help and excuse me for my poor english.
Philippe