I have 2 virtual hosts configured on my apache and need this to be done:
when accessing the server opens index1.php
and when accessing the server opens index2.php
index1.php and index2.php are in the same directory
both servers are using the same scripts, only the first page opened is diferent(setting specific parameters)
is there any possibility how to do this or do i need to copy everything in a special directory and set that as document root for the other server?
when accessing the server opens index1.php
and when accessing the server opens index2.php
index1.php and index2.php are in the same directory
both servers are using the same scripts, only the first page opened is diferent(setting specific parameters)
is there any possibility how to do this or do i need to copy everything in a special directory and set that as document root for the other server?