[PHP-users 7597] IE 5.0の時のheader

shima php-users@php.gr.jp
Mon, 20 May 2002 15:30:48 +0900


島@札幌在住です。

こんにちは。

phpにて

header( 'WWW-Authenticate: Basic realm="aaaa"');
header('HTTP/1.0 401 Unauthorized');

とやって、パスワードを求めるような画面を出しているのですが、

IE 6.0
Netscape 4.75
では正常なのですが、

IE 5.0 SP2では

******************************************************
[Mon May 20 15:12:27 2002] [error] PHP 3 Warning:  Cannot add more header inform
ation - the header was already sent (header information may be added only before
 any output is generated from the script - check for text or whitespace outside
PHP tags, or calls to functions that output text) in /xxx/xxxx/xxx/xxxx.php
on line xxx
******************************************************

となって、ヘッダーが先にでているよ。
と、なってしまって、処理がなされていないようです。

IE 5.0 の場合の特別な処理などがあるでしょうか?

環境は、
RedHat 6.2
Apache/1.3.20
PHP/3.0.15-i18n-ja

です。