On Tue, Mar 16, 2004 at 11:51:32AM +0200, Samer AbuKhait wrote: > I meant the return of index.html when I request http://server/index > > It does not return the index.html (which exists) and returns > > The requested URL was not found on this server.
And that is exactly what stock AOLserver is supposed to do. Are you running OpenACS, or not? If you are running OpenACS 4.x or higher (possibly some 3.x version as well, I don't recall), the OpenACS request processor will convert the URL "http://server/index" to "http://server/index.html" where appropriate. If you need similar functionality outside of OpenACS, you could certainly port that part of the request processor to work in a plain AOLserver environment without OpenACS. -- Andrew Piskorski <[EMAIL PROTECTED]> http://www.piskorski.com/ -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
