rejetto forum
Software => HFS ~ HTTP File Server => Topic started 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.
-
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
-
Oh, no. it's already done. I found solution a bit later:
- I removed this line from `hosts`
- rebooted PC
- all works fine
I don't know why this happens.
Problem is solved. Thanks.