Search code examples
phpmysqlintranet

Company Intranet, PHP/MySQL hosted locally on serve


I created an intranet for my company, but I’m having a problem. The files and MySQL tables are hosted on our local server, and is written in PHP. Basically it has a login system for employees and a bulletin board, calendar, etc.

Anyways, I created accounts for the employees, but nobody can login from their own computers, only my computer and the server computer. Is it because I only have PHP installed on these two computers? Do I need to install it on all computers?

Any help is appreciated!


Solution

  • You need to make your intranet ip address of server static . Type ipconfig /all in your command promt of server there will be ip address like 192.168.1.* (not 192.168.1.1) copy that and then use it from other computers to access your local website.