Hello, to the community ...
First of all I apologize for my poor English.
I have a problem that should be very simple to solve but i do not how to do it, I have days looking through all the forums and google for half the world ... I can not find anything about it, and it must be because the solution must be obvious or is that not to do as I'm trying .....
I am making a page with a friend using Drupal7 ....
we're both going to work on the same page and we thought that the best way to work both at the time the page is set up a local server on one computer and access the page from another computer from local net, by putting the private IP Server (192.168 ...) .
As in the future we will have to make more pages, we have decided to make a drupal installation Multi-Site, where the code base would be the same for everyone but with different databases ....
The Sites Directory is: sites / all; sites / default, sites/pagina1; sites/pagina2 ... etc ....
The system is mounted in the server computer and everything works to perfection but my problem is that from the second computer, when I type in the browser the server's private IP to access each of the pages, I only get to enter the first or default installation of drupal .... I could not get into the other (Page1, Page2 ... etc ...)
We are desperate because we have days trying to make this work.