So, have you looked at the network traffic (and/or webserver logs) to see how exactly your redirect keeps looping?
My guess is that your rule matches your redirected location:
Redirect 301 /tools/id/gel444/controller "http://9.111.111.111/tools/i +d/gel444/controller?action=homeacceptableuse"
If your webserver is at http://9.111.111.111/, then the above will always redirect (I guess), with or without the additional parameter.
Maybe adding something to the end of the match makes things work? /tools/id/gel444/controller$ ?
In reply to Re: [OT] Need help in redirecting WebPage in FastCGI-Perl Application via .htaccess
by Corion
in thread [OT] Need help in redirecting WebPage in FastCGI-Perl Application via .htaccess
by dipit
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |