So I have a PHP system over an Apache Server running on a Window SO.
I want to create some kind of a mirror of it to make tests and whatever without have to copy the source code. For example: Actual scenario:
http://192.168.1.1/finantiallies on C:\EasyPHP\www\finantial
I want to create this:
http://192.168.1.1/finantial_testthat points to the same source code
that the address above.
When this configs were ok, I can make the app to use different database.
It’s so easy to do that. Just add an
Aliasto yourVirtualHostlike…