Good morning!
This may be a very basic question, but I was just looking for some general feedback. I created a single project for a customer and they are running it on two separate servers (different offices). Now they would like to migrate the one project to the same server as the other and run both projects on the same server.
Eg
Project 1a deployed to /var/www/html/project1a
Project 1b deployed to /var/www/html/project1b
While the projects are identical, I would use two different databases.
Do you guys see any issues with doing that? Honestly, I do not know where the variables are stored, in the browser or on the server… So I am concerned that there may be some issue with one application leading over to the other. But on the other hand, I feel that this is done all the time. So maybe I am overthinking this.
Thanks in advance!