Jump to content

User Access


Recommended Posts

I have a login.php page on my server that i would like other users in the network to reach and possibly users from outside

i am using easy php for this and currently i view the page on the server with http://localhost/login.php The login.php is in the www directory of easy php but if i use http://ip/login.php nothing happens.

 

what do i need to do to make the page visible?

 

thank you

Link to comment
https://forums.phpfreaks.com/topic/112748-user-access/
Share on other sites

For the local network users you would need to give them either the Ip or create a DNS record for the site.

 

E.g: my web server is 10.0.10.3 however I have added the DNS record of Intranet - 10.0.10.3 so they can type in: http://intranet and it directs them to the web server.

 

If you dont have a central DNS server then you could update their hosts files (c:\winnt\system32\drivers\etc\hosts) and add the record:

intranet 10.0.10.3

 

For the outside world you would need to port forward port 80 to the internal IP of the web server

Link to comment
https://forums.phpfreaks.com/topic/112748-user-access/#findComment-579057
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.