• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Multiple Joomlasites from one master installation

B

bikkel

Guest
Hi,

I'm trying to use the JMS plug-in for Joomla to get multiple sites in one controlpanel.

The thing is it seems to need to run all other domains in a subfolder. So there needs to be one 'root' domain, and all other domains roots should be in subfolders from the folder this master domain has it's root.

Is this possible?

Plesk doesn't seem to be willing to let you do anything but vhosts/www.domain.ext/httpdocs as root.

---------

To clarify a bit:

Master site:

vhosts/www.domain.ext/httpdocs as root

Controlled sites:

vhosts/www.domain.ext/httpdocs/www.controlleddomain.ext/
 
I dug a little deeper and found this post:

I don't understand the mechanisms or details, but plesk does overwrite httpd.include. You can create a file in the same directory called vhost.conf. Look inside httpd.include: the last stmt in the first <virtualhost> block says to include vhost.conf from the domain's conf directory. Plesk doesn't overwrite that.

So I need to put a vhost.conf file in the same directory as all three httpd.include files found, put the information in it that is in the httpd.include files but edit the parts that I want to edit?

This is the right way to do it?
 
Back
Top