I created an intranet for my company, but I’m having a problem. The file开发者_如何学Pythons 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!
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.
精彩评论