I have an inventory management system written in core php, now i have another enhanced version of the same application written in Codeignter. I want to use these two apps in parallel, Can I run these two applications in single server with under single domain name?
I meant to say i want to run these two apps under same root directory, they use the same database but run independently and have different GUI.
Suppose your domain is xyz.com
Create a subdomain like a.xyz.com
It means you are going to create a directory like
xyz.com/a
within the folder a Run core PHP / Codeigniter and run other in the root . So both apps can use same database