rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: sh2ka on February 09, 2010, 07:58:28 AM

Title: address not working in local
Post by: sh2ka on February 09, 2010, 07:58:28 AM
How can I use the only link address to hfs from remote and local PC, for example, http://some_dns:7000/?
From remote PC it works fine, but from local doesn't. I can access hfs from local PC only with http://localhost:7000/.
This is not handy when link to hfs is on the site or wiki, etc.
Title: Re: address not working in local
Post by: rejetto on February 09, 2010, 04:33:05 PM
edit your "hosts" file (it's in every computer (http://en.wikipedia.org/wiki/Hosts_file))
add this line:
127.0.0.1    some_dns
Title: Re: address not working in local
Post by: sh2ka on February 10, 2010, 11:18:37 AM
Oh, no. it's already done. I found solution a bit later:
I don't know why this happens.
Problem is solved. Thanks.