Forum OpenACS Q&A: URL not found

Collapse
Posted by Vinh Chung on
after successfully starting AolServer...in log file it saids

NOtice: nssock: listening on 192.168.0. blar blar
Notice: starting
Notice: accepting connections

But when i browse to it using web browser i should get AolServer Welcome page but instead i get

Not Found
The requested URL was not found on this server.
                  Aolserver/4.0.5 on http://myserver.com:8000

anyone knows what's wrong?

Collapse
2: Re: URL not found (response to 1)
Posted by xx xx on
Probably the file doesn't exist....

Try:

echo “Welcome. You made it. Aolserver has started.” > /usr/local/aolserver/servers/server1/pages/index.html

to create an index file in server1/pages/ (unless you use another page_root in sample-config.tcl)