Joomla 3.3.3
MultiSites: Fresh updated latest version: 1.3.36
Structure:
/var/www/vhosts/master.com/httpdocs
master.com
/var/www/vhosts/master.com/httpdocs/slave
master.com/slave
Hi,
how can I change the Master site folder path, which now is /var/www/vhosts/master.com/httpdocs/slave (wrong)?
In Joomla MultiSite component -
Manage Sites I somehow saved a slave site (replicMasterSubdir) filling in the "
List of domains name:"
master.com and
www.master.com.
Now the master site uses the slave site's configuration file and database. I think now the slave is the master site.
1) In
Website deploy directory the
Master site directory is now /var/www/vhosts/master.com/httpdocs/slave instead of /var/www/vhosts/master.com/httpdocs.
In Settings: Home directory and Public directory are ok: /var/www/vhosts/master.com and /httpdocs
2)I get these errors when trying to save the slave site again:
Warning
JFTP: :write: Bad response
ErrorThe deployed directory can not be your root website.
3)Check patches:
a)defines.php
Not OK
File Not Found
Actions: Add the file
If I add the defines.php file in the slave directory, then this patch is ok and I can even access the slave site preview and the administrator area.
b)configuration.php
Not OK
The routing wrapper is not present in this MASTER configuration file.
Actions:
Add 16 lines containing the routing wrapper to the slave site.
I don't know what this means.