> On Dec 8, 2016, at 1:05 PM, Christoph M. Becker <cmbecker69@xxxxxx> wrote: > > On 08.12.2016 at 18:53, Ryan Pallas wrote: > >> On Thu, Dec 8, 2016 at 10:40 AM, Christoph M. Becker <cmbecker69@xxxxxx> >> wrote: >> >>> On 08.12.2016 at 17:30, Tedd Sperling wrote: >>> >>>> For several years I have had an example of a redirect working on my >>> college’s Server for my students to review. >>>> >>>> The code is simple: >>>> >>>> header ("Location:$where"); >>>> exit(0); >>>> >>>> -snip- > > Good catch! Note, however, that RFC 7231 which obsoletes RFC 2616 has > relaxed this: > > Location = URI-reference > > Still, `amazon.com` would not be valid according to the spec. > > Cheers, > Christoph > >> [1] - https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.30 >> [2] - https://www.w3.org/Protocols/HTTP/1.0/spec.html#URI Thanks. Good consideration, but that’s not the problem. Here’s the URL and code, try it yourself: http://citw.lcc.edu/~sperlt/citw185/examples/redirect.php Cheers, tedd _______________ tedd sperling tedd@xxxxxxxxxxxx -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php