Codeigniter and PhpMyadmin in Intranet

0

Good, I'm wanting to make my project work on an Intranet, the fact is that until now I had used Hostinger to launch the applications, and even locally with XAMPP. But I've never done it on the Intranet, I've been using Codeigniter and phpMyAdmin. What should I use now? Can it be done equally? I need guidance.

    
asked by Jose 05.04.2017 в 00:14
source

1 answer

0

You have to define a computer in your network as the main server and open the port 80 so that other computers can access it. Normally you should let it access through the IP of the server, you can edit the file hosts to use a URL in the form of local

127.0.0.1       localhost
255.255.255.255 broadcasthost
::1             localhost
ip_servidor     misitio.com

What this configuration does is redirect all requests of misitio.com to the ip of servidor principal

    
answered by 05.04.2017 / 03:25
source