How to use a website on the server

Asked

Viewed 44 times

0

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

  • Do you use windows server? If yes, you can do this with iis, in conjunction with no-ip

  • Yes, I use Windows server, I would make an example because I have no practice with Windowns Server

  • https://www.microsoft.com/pt-br/download/details.aspx?id=34679 download it first, then see this tutorial, I think it will help you in what you need. https://social.technet.microsoft.com/wiki/contents/articles/2418.configurando-o-iis-7-no-windows-server-2008-pt-br.aspx

1 answer

2


You can do it this way too:

First, get the Apache XAMP ports: inserir a descrição da imagem aqui

In the case here, I took the 80.

Then, to see the IPV4 of the machine, in my case it is 192.168.0.20

inserir a descrição da imagem aqui

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

  • So if my folder were agenda I would enter as 192.168.0.20:80/agenda

  • In this case, yes! If there is such a folder inside htdocs

  • You can use your PC name instead of IP:80 (very useful if your IP is not fixed on the network). The name of your PC you can check in Control Panel All System Control Panel Items. Ex: http:/my-pc/phonebook

  • Thank you, that’s right

Browser other questions tagged

You are not signed in. Login or sign up in order to post.