Bug #15955 Updated: header("Location: ...") doesn't work

2002-03-11 Thread t . zander

 ID:   15955
 Updated by:   [EMAIL PROTECTED]
-Summary:  header("Location: ...") doesn't work
 Reported By:  [EMAIL PROTECTED]
-Status:   Open
+Status:   Closed
 Bug Type: HTTP related
 Operating System: Win 98 SE
 PHP Version:  4.1.2
 New Comment:

you won :) i'll try this :)


Previous Comments:


[2002-03-11 06:07:43] [EMAIL PROTECTED]

Even worse, the protocol and full hostname are required too by the
RFCs.

Derick



[2002-03-11 06:03:35] [EMAIL PROTECTED]

arg php.net was just an exapmle :)

i'm calling header("Location: artikel.php?".$QUERY_STRING);
;)



[2002-03-11 05:59:36] [EMAIL PROTECTED]

well, for a start: "http://www.php.net"; is *not* a valid
URL, "http://www.php.net/"; is

the trailing slash behind the Hostname is required by
the RFCs



[2002-03-08 07:59:14] [EMAIL PROTECTED]

what's wrong with following file:

http://www.php.net";);
?>

When it works on other servers, but not on 98SE with 4.1.2

with 98SE and 4.1.1 it's also working



[2002-03-08 07:52:47] [EMAIL PROTECTED]

Without complete, short script that fails I'm pretty sure
you're doing something wrong.

--Jani




The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/15955

-- 
Edit this bug report at http://bugs.php.net/?id=15955&edit=1




Bug #15955 Updated: header("Location: ...") doesn't work

2002-03-11 Thread derick

 ID:   15955
 Updated by:   [EMAIL PROTECTED]
-Summary:  header("Location: ...") doesn't work
 Reported By:  [EMAIL PROTECTED]
 Status:   Open
 Bug Type: HTTP related
 Operating System: Win 98 SE
 PHP Version:  4.1.2
 New Comment:

Even worse, the protocol and full hostname are required too by the
RFCs.

Derick


Previous Comments:


[2002-03-11 06:03:35] [EMAIL PROTECTED]

arg php.net was just an exapmle :)

i'm calling header("Location: artikel.php?".$QUERY_STRING);
;)



[2002-03-11 05:59:36] [EMAIL PROTECTED]

well, for a start: "http://www.php.net"; is *not* a valid
URL, "http://www.php.net/"; is

the trailing slash behind the Hostname is required by
the RFCs



[2002-03-08 07:59:14] [EMAIL PROTECTED]

what's wrong with following file:

http://www.php.net";);
?>

When it works on other servers, but not on 98SE with 4.1.2

with 98SE and 4.1.1 it's also working



[2002-03-08 07:52:47] [EMAIL PROTECTED]

Without complete, short script that fails I'm pretty sure
you're doing something wrong.

--Jani




[2002-03-08 07:38:51] [EMAIL PROTECTED]

lol?

i'm not a noob, that's not a support question it's a bug

i wrote enough projects to decide whats a bug and when i'm to silly to
code something



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/15955

-- 
Edit this bug report at http://bugs.php.net/?id=15955&edit=1




Bug #15955 Updated: header("Location: ...") doesn't work

2002-03-11 Thread t . zander

 ID:   15955
 Updated by:   [EMAIL PROTECTED]
-Summary:  header("Location: ...") doesn't work
 Reported By:  [EMAIL PROTECTED]
 Status:   Open
 Bug Type: HTTP related
 Operating System: Win 98 SE
 PHP Version:  4.1.2
 New Comment:

arg php.net was just an exapmle :)

i'm calling header("Location: artikel.php?".$QUERY_STRING);
;)


Previous Comments:


[2002-03-11 05:59:36] [EMAIL PROTECTED]

well, for a start: "http://www.php.net"; is *not* a valid
URL, "http://www.php.net/"; is

the trailing slash behind the Hostname is required by
the RFCs



[2002-03-08 07:59:14] [EMAIL PROTECTED]

what's wrong with following file:

http://www.php.net";);
?>

When it works on other servers, but not on 98SE with 4.1.2

with 98SE and 4.1.1 it's also working



[2002-03-08 07:52:47] [EMAIL PROTECTED]

Without complete, short script that fails I'm pretty sure
you're doing something wrong.

--Jani




[2002-03-08 07:38:51] [EMAIL PROTECTED]

lol?

i'm not a noob, that's not a support question it's a bug

i wrote enough projects to decide whats a bug and when i'm to silly to
code something



[2002-03-08 07:30:54] [EMAIL PROTECTED]

The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php





The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/15955

-- 
Edit this bug report at http://bugs.php.net/?id=15955&edit=1




Bug #15955 Updated: header("Location: ...") doesn't work

2002-03-11 Thread hholzgra

 ID:   15955
 Updated by:   [EMAIL PROTECTED]
-Summary:  header("Location: ...") doesn't work
 Reported By:  [EMAIL PROTECTED]
 Status:   Open
 Bug Type: HTTP related
 Operating System: Win 98 SE
 PHP Version:  4.1.2
 New Comment:

well, for a start: "http://www.php.net"; is *not* a valid
URL, "http://www.php.net/"; is

the trailing slash behind the Hostname is required by
the RFCs


Previous Comments:


[2002-03-08 07:59:14] [EMAIL PROTECTED]

what's wrong with following file:

http://www.php.net";);
?>

When it works on other servers, but not on 98SE with 4.1.2

with 98SE and 4.1.1 it's also working



[2002-03-08 07:52:47] [EMAIL PROTECTED]

Without complete, short script that fails I'm pretty sure
you're doing something wrong.

--Jani




[2002-03-08 07:38:51] [EMAIL PROTECTED]

lol?

i'm not a noob, that's not a support question it's a bug

i wrote enough projects to decide whats a bug and when i'm to silly to
code something



[2002-03-08 07:30:54] [EMAIL PROTECTED]

The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php





[2002-03-08 07:27:22] [EMAIL PROTECTED]

so,

i don't get any error message or anything else

only a blank site, with nothing

also the log files don't have anything

it's really like he's ignoring the header function with 4.1.2 on win 98
se



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/15955

-- 
Edit this bug report at http://bugs.php.net/?id=15955&edit=1




Bug #15955 Updated: header("Location: ...") doesn't work

2002-03-08 Thread t . zander

 ID:   15955
 Updated by:   [EMAIL PROTECTED]
-Summary:  header("Location: ...") doesn't work
 Reported By:  [EMAIL PROTECTED]
-Status:   Feedback
+Status:   Open
 Bug Type: HTTP related
 Operating System: Win 98 SE
 PHP Version:  4.1.2
 New Comment:

what's wrong with following file:

http://www.php.net";);
?>

When it works on other servers, but not on 98SE with 4.1.2

with 98SE and 4.1.1 it's also working


Previous Comments:


[2002-03-08 07:52:47] [EMAIL PROTECTED]

Without complete, short script that fails I'm pretty sure
you're doing something wrong.

--Jani




[2002-03-08 07:38:51] [EMAIL PROTECTED]

lol?

i'm not a noob, that's not a support question it's a bug

i wrote enough projects to decide whats a bug and when i'm to silly to
code something



[2002-03-08 07:30:54] [EMAIL PROTECTED]

The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php





[2002-03-08 07:27:22] [EMAIL PROTECTED]

so,

i don't get any error message or anything else

only a blank site, with nothing

also the log files don't have anything

it's really like he's ignoring the header function with 4.1.2 on win 98
se



[2002-03-08 07:21:36] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".




The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/15955

-- 
Edit this bug report at http://bugs.php.net/?id=15955&edit=1




Bug #15955 Updated: header("Location: ...") doesn't work

2002-03-08 Thread sniper

 ID:   15955
 Updated by:   [EMAIL PROTECTED]
-Summary:  header("Location: ...") doesn't work
 Reported By:  [EMAIL PROTECTED]
-Status:   Open
+Status:   Feedback
-Bug Type: Unknown/Other Function
+Bug Type: HTTP related
 Operating System: Win 98 SE
 PHP Version:  4.1.2
 New Comment:

Without complete, short script that fails I'm pretty sure
you're doing something wrong.

--Jani



Previous Comments:


[2002-03-08 07:38:51] [EMAIL PROTECTED]

lol?

i'm not a noob, that's not a support question it's a bug

i wrote enough projects to decide whats a bug and when i'm to silly to
code something



[2002-03-08 07:30:54] [EMAIL PROTECTED]

The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php





[2002-03-08 07:27:22] [EMAIL PROTECTED]

so,

i don't get any error message or anything else

only a blank site, with nothing

also the log files don't have anything

it's really like he's ignoring the header function with 4.1.2 on win 98
se



[2002-03-08 07:21:36] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".




[2002-03-08 07:12:13] [EMAIL PROTECTED]

Hi,

I'm running PHP 4.1.2 with Apache 1.3.x.

And in my projekt the function header("Location: ... ") doesn't work
:(

I tried this with several projects. Always the same effect. The
browser/server seems to ignore the command. If I use the same browser
on an other server it works fine.




-- 
Edit this bug report at http://bugs.php.net/?id=15955&edit=1




Bug #15955 Updated: header("Location: ...") doesn't work

2002-03-08 Thread t . zander

 ID:   15955
 Updated by:   [EMAIL PROTECTED]
-Summary:  header("Location: ...") doesn't work
 Reported By:  [EMAIL PROTECTED]
-Status:   Bogus
+Status:   Open
 Bug Type: Unknown/Other Function
 Operating System: Win 98 SE
 PHP Version:  4.1.2
 New Comment:

lol?

i'm not a noob, that's not a support question it's a bug

i wrote enough projects to decide whats a bug and when i'm to silly to
code something


Previous Comments:


[2002-03-08 07:30:54] [EMAIL PROTECTED]

The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php





[2002-03-08 07:27:22] [EMAIL PROTECTED]

so,

i don't get any error message or anything else

only a blank site, with nothing

also the log files don't have anything

it's really like he's ignoring the header function with 4.1.2 on win 98
se



[2002-03-08 07:21:36] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".




[2002-03-08 07:12:13] [EMAIL PROTECTED]

Hi,

I'm running PHP 4.1.2 with Apache 1.3.x.

And in my projekt the function header("Location: ... ") doesn't work
:(

I tried this with several projects. Always the same effect. The
browser/server seems to ignore the command. If I use the same browser
on an other server it works fine.




-- 
Edit this bug report at http://bugs.php.net/?id=15955&edit=1




Bug #15955 Updated: header("Location: ...") doesn't work

2002-03-08 Thread sniper

 ID:   15955
 Updated by:   [EMAIL PROTECTED]
-Summary:  header("Location: ...") doesn't work
 Reported By:  [EMAIL PROTECTED]
-Status:   Open
+Status:   Bogus
 Bug Type: Unknown/Other Function
 Operating System: Win 98 SE
 PHP Version:  4.1.2
 New Comment:

The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php




Previous Comments:


[2002-03-08 07:27:22] [EMAIL PROTECTED]

so,

i don't get any error message or anything else

only a blank site, with nothing

also the log files don't have anything

it's really like he's ignoring the header function with 4.1.2 on win 98
se



[2002-03-08 07:21:36] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".




[2002-03-08 07:12:13] [EMAIL PROTECTED]

Hi,

I'm running PHP 4.1.2 with Apache 1.3.x.

And in my projekt the function header("Location: ... ") doesn't work
:(

I tried this with several projects. Always the same effect. The
browser/server seems to ignore the command. If I use the same browser
on an other server it works fine.




-- 
Edit this bug report at http://bugs.php.net/?id=15955&edit=1




Bug #15955 Updated: header("Location: ...") doesn't work

2002-03-08 Thread t . zander

 ID:   15955
 Updated by:   [EMAIL PROTECTED]
-Summary:  header("Location: ...") doesn't work
 Reported By:  [EMAIL PROTECTED]
-Status:   Bogus
+Status:   Open
 Bug Type: Unknown/Other Function
 Operating System: Win 98 SE
 PHP Version:  4.1.2
 New Comment:

so,

i don't get any error message or anything else

only a blank site, with nothing

also the log files don't have anything

it's really like he's ignoring the header function with 4.1.2 on win 98
se


Previous Comments:


[2002-03-08 07:21:36] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".




[2002-03-08 07:12:13] [EMAIL PROTECTED]

Hi,

I'm running PHP 4.1.2 with Apache 1.3.x.

And in my projekt the function header("Location: ... ") doesn't work
:(

I tried this with several projects. Always the same effect. The
browser/server seems to ignore the command. If I use the same browser
on an other server it works fine.




-- 
Edit this bug report at http://bugs.php.net/?id=15955&edit=1




Bug #15955 Updated: header("Location: ...") doesn't work

2002-03-08 Thread cynic

 ID:   15955
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
-Status:   Open
+Status:   Bogus
 Bug Type: Unknown/Other Function
 Operating System: Win 98 SE
 PHP Version:  4.1.2
 New Comment:

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".



Previous Comments:


[2002-03-08 07:12:13] [EMAIL PROTECTED]

Hi,

I'm running PHP 4.1.2 with Apache 1.3.x.

And in my projekt the function header("Location: ... ") doesn't work
:(

I tried this with several projects. Always the same effect. The
browser/server seems to ignore the command. If I use the same browser
on an other server it works fine.




-- 
Edit this bug report at http://bugs.php.net/?id=15955&edit=1