On 9/6/05, Chris Shiflett <[EMAIL PROTECTED]> wrote:
> Rasmus Lerdorf wrote:
> > This redirects right away for me. Try it:
> >
> > http://lerdorf.com/cs.php
> >
> > Code at: http://lerdorf.com/cs.phps
> 
> Thanks, that works. :-)
> 
> For reference, here's mine (temporary URL, of course):
> 
> http://shiflett.org/cs.php
> http://shiflett.org/cs.phps
> 
> It's the same code, but it behaves differently. I don't have time to
> compare the responses, but I will later. My first instinct is that my
> server is buffering the response, but that was the first thing I checked
> when I was testing this locally.
> 

You've got mod_gzip installed. 

If you send a GET request without  "Accept-Encoding: gzip,deflate
" then you'll get an immediate redirect from your server as well.

-robin

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to