Dan Brown wrote:
> I'm having trouble accessing any ibays from outside my LAN, or
> even inside the LAN when I try to access by hostname instead of
> by internal IP. Suppose I have an ibay called
> "test." I can use my web browser to go to
> 192.168.1.1/test, and the contents appear with no problems.
> However, if I go to myhostname/test, I get error 404, page not
> found.
On the local network you should be using
www.e-smith.yourhostname.xxx/test or
www/test
From the internet you use:
www.youhostname.xxx/testI've just tested this on a fresh e-smith 4.0 install and had no problems.
> Public Access via web is set to "entire internet,
> no password". I expect there's something in the Apache
> config that's set incorrectly, but what should I be checking?
> I'm running 4.0 final. Thanks for any input!