How to use a website on the server [closed]

0
So I created a system in php that saves the numbers among other things from company employees, I use xampp on my computer, I was wondering how do I put the system in php on the server and make it get open on company computers ...

    
asked by anonymous 27.11.2017 / 16:03

1 answer

2

You can do this too:

First, get the Apache XAMP ports:

Inthecasehere,Igotthe80.

Then,seetheIPV4ofthemachine,inmycaseitis192.168.0.20

Going on the PC of the same network, it is only access: 192.168.0.20:80, which will enter normal on the server.

    
27.11.2017 / 16:18