Is there a way to install multiple (4-5) CMS in the same XAMPP app where the databases of the different CMS are separated but is in the same MySQL server?
For the websites, I would prefer having the URLS have the names such as: http://localhost/cms1
…://localhost/cms2
…://localhost/cms3
…://localhost/cms4
Any help is much appreciated! Do tell me if I need to provide more information.
Yes, you can install multiple instances on one server.
Basically,
A. create 5 separate folders with all the xibo files.
B. create a virtual host for each instance to listen to a separate domain, xibo1.mydomain.com, xibo2.mydomain.com, etc
C. then during the installation process set the host, username, password, for your mysql server.