> James> as opposed to one with httpd: > James> > James> lynx (opens http://localhost/startup.html) > > > Nope. The URL standard offers > file://localhost/<your-path-here> > so your example would go as > file://localhost/usr/local/lib/html/startup.html Shouldn't it be using http if it is connecting to an httpd sever? Using "http://localhost/" should work if httpd is enabled and running, right? Jim