Hello. Would you try to confirm your server's native response as below?
telnet your.server 80 GET /your/authentication_code.php HTTP/1.0 Authorization: Basic base64encoded_ID/PW -- (request header ends with \n * 2) > -------------------------------------------------- > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> > <HTML><HEAD> > <META http-equiv=Content-Type content="text/html; > charset=shift_jis"></ > HEAD> > <BODY></BODY></HTML> > -------------------------------------------------- Do you use I.E? The above HTML may be the auto made by IE... I think I saw the same above when the server's respons is nothing... ,unless this is your own writing. :) and it seems that Apache's behavior rather differs between on Windows and Unix(Linux) HYH ---------------- K.Tomono > -----Original Message----- > From: ayukawa [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 10, 2002 12:17 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Empty HTML problem > > > Hello, > I have a big problem around login script. > > I made an authentication site with PHP using PHP session. > I use my own session handler that store session data into MySQL DB. > > It worked well on Win2000+Apache. > But the problem occured when I put the scripts on TurboLinuxServer7+ > Apache. > > login authentication script output nothing but > -------------------------------------------------- > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> > <HTML><HEAD> > <META http-equiv=Content-Type content="text/html; > charset=shift_jis"></ > HEAD> > <BODY></BODY></HTML> > -------------------------------------------------- > > It is almost empty HTML I have never expected!! > > Does anyone know about this kind of matter? > Please HELP ME!!! > > I made php.ini as same as one of Windows. > > Regards, > Hiroshi Ayukawa > http://hoover.ktplan.ne.jp/kaihatsu/php_en/index.php > > > > > > > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php