--- Matt Babineau <[EMAIL PROTECTED]> wrote:
> In this example, index.php would be a violation i think. however you
> don't need to provide an absolute URL, you could provide / or ever
> /index.php
> 
> I say this because the header specifying the Host had already been sent.

In HTTP/1.1, the Host header is required, but not in HTTP/1.0. Also, the
specification is not for us to decide; it has already been written. The
Location header requires an absolute URL.

Chris

=====
My Blog
     http://shiflett.org/
HTTP Developer's Handbook
     http://httphandbook.org/
RAMP Training Courses
     http://www.nyphp.org/ramp

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

Reply via email to