Forum OpenACS Q&A: Error: return: failed to redirect '404': exceeded recursion limit of 3

I am still running oacs 3.2.5 on PG7.2 and AOLServer 3.3ad+13 😟

From time to time I get the following error, although the 404-page is defined in the AOLServer Config File and works whenever I go to www.mysite.com/global/file-not-found.html...

### Error
Error: return: failed to redirect '404': exceeded recursion limit of 3

### config.tcl
ns_section ns/server/${server}/redirects
ns_param 404 "/global/file-not-found.html"
ns_param 403 "/global/forbidden.html"

... it looks like I get this error during increased traffic on my site. (maybe Google...)

Any hints?

Thanks

I have the Error in my log.

Any body has idea?

Kevin