Re: [PHP-DEV] trans-sid and Location: Header

2001-07-04 Thread derick
On Wed, 4 Jul 2001, Björn Schotte wrote: > * Björn Schotte wrote: > > http://$HTTP_HOST/foo isn't a "relative" link because It's still considered as an external link (even by your browser probably), because there is a server and documentroot specified. It's clearly an absolute link to me, but it

Re: [PHP-DEV] trans-sid and Location: Header

2001-07-04 Thread Sascha Schumann
On Wed, 4 Jul 2001, Björn Schotte wrote: > * Alexander Wagner wrote: > > Trans-sid doesn't work with complete URL beginning with "http://";, does > > it? Aren't these regarded as external links? > > http://$HTTP_HOST/foo isn't a "relative" link because > it's a "link" on the same web site. I

Re: [PHP-DEV] trans-sid and Location: Header

2001-07-04 Thread Alexander Wagner
Björn Schotte wrote: > * Björn Schotte wrote: > > http://$HTTP_HOST/foo isn't a "relative" link because > > ^^ > Erm, I mean "external". Sure it isn't. but I fear trans-sid doesn't see it that way. AFAIK it distinguishes between relative and external links b

Re: [PHP-DEV] trans-sid and Location: Header

2001-07-04 Thread Björn Schotte
* Björn Schotte wrote: > http://$HTTP_HOST/foo isn't a "relative" link because ^^ Erm, I mean "external". -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] trans-sid and Location: Header

2001-07-04 Thread Björn Schotte
* Alexander Wagner wrote: > Trans-sid doesn't work with complete URL beginning with "http://";, does > it? Aren't these regarded as external links? http://$HTTP_HOST/foo isn't a "relative" link because it's a "link" on the same web site. > BTW: I don't find it that difficult to rewrite the Hea

Re: [PHP-DEV] trans-sid and Location: Header

2001-07-04 Thread Alexander Wagner
Björn Schotte wrote: > I had a talk with somebody whom I said that > --enable-trans-sid would save time in his project. > He implemented it but dropped me a note that he > had to manually rewrite Header("Location: > http://$HTTP_HOST/foobar.php";); URIs with the SID. So would it be > able to imple

[PHP-DEV] trans-sid and Location: Header

2001-07-04 Thread Björn Schotte
Hi, I had a talk with somebody whom I said that --enable-trans-sid would save time in his project. He implemented it but dropped me a note that he had to manually rewrite Header("Location: http://$HTTP_HOST/foobar.php";); URIs with the SID. So would it be able to implement trans-sid for the Locat