void Ns_SetUrlToFileProc( char *hserver, Ns_UrlToFileProc *proc );
void Ns_DefaultUrlToFile( Ns_DString *dest, char *hServer, char *relpath );
You can customize AOLserver to call your own routine that matches the above prototype by calling Ns_SetUrlToFileProc.