pickachu Posted November 22, 2008 Share Posted November 22, 2008 Hi! I would like to ask if how is it possible for others in a network to access a intranet based site.. The site is inside a server and all other network connected pc can open the site. thanks in advance Link to comment https://forums.phpfreaks.com/topic/133772-intranet-php-page-question/ Share on other sites More sharing options...
revraz Posted November 22, 2008 Share Posted November 22, 2008 Use the IP address of the server if you don't have a DNS server. Link to comment https://forums.phpfreaks.com/topic/133772-intranet-php-page-question/#findComment-696254 Share on other sites More sharing options...
chronister Posted November 22, 2008 Share Posted November 22, 2008 Or you can use the machine name. As long as the DNS in your server is set up properly, and there as to be some sort of name translation in place. At least in most modern networks there is. If your machine name is masterserver, you can use http://masterserver and if it is configured correctly, users can access it by that name. Notice there is no .com or any TLD. In some networks, such as the one I use at work, our FQDN is companyname.local, so the machine could be accessed as http://masterserver.companyname.local But it can also be access with just http://masterserver. Nate Link to comment https://forums.phpfreaks.com/topic/133772-intranet-php-page-question/#findComment-696290 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.