Hey, When AOLserver 4.5 was released, there was a new API ns_internalredirect.
This replaced the module nsrewrite which provided the API ns_rewriteurl. The two work the same way, but there appears to be a bug in the new (built-in) version. Here is what happens: two identical requests are run in the same thread! One request finishes running and then essentially it runs one more time. The old module works as expected. The only reason I noticed was that some database handles unexpectedly evaporated, it may be that something got initialized twice, or a cleanup handler was registered twice. I guess it doesn't matter. For now, I would suggest just using the old module nsrewrite. tom jackson -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <lists...@listserv.aol.com> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.