Re: [EMAIL PROTECTED] block endless loop

2008-08-19 Thread Alexandru David Constantinescu
Rich Schumacher wrote: On Thu, Aug 14, 2008 at 6:55 AM, Alexandru David Constantinescu <[EMAIL PROTECTED]> wrote:   I' am using Apache 1.3 and today I observe that one of the users (virtual hosts) site generate a lot of requests. I look into the client source code and I see that the in

Re: [EMAIL PROTECTED] block endless loop

2008-08-19 Thread Rich Schumacher
On Thu, Aug 14, 2008 at 6:55 AM, Alexandru David Constantinescu < [EMAIL PROTECTED]> wrote: > I' am using Apache 1.3 and today I observe that one of the users > (virtual hosts) site generate a lot of requests. I look into the client > source code and I see that the index.php has a endless loop s

[EMAIL PROTECTED] block endless loop

2008-08-14 Thread Alexandru David Constantinescu
I' am using Apache 1.3 and today I observe that one of the users (virtual hosts) site generate a lot of requests. I look into the client source code and I see that the index.php has a endless loop something like header("Location: index.php"). I've search all day for a way to solve this problem