tallest_bassist Posted July 1, 2008 Share Posted July 1, 2008 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 More sharing options...
dmccabe Posted July 1, 2008 Share Posted July 1, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.