I have PHP (Ver. 4.0.3) with Apache (Ver. 1.3.24)
and mySQL on my Windows 98 system.
I encountered this problem while using header(); (function)
:->
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, you@127.0.0.1 and inform them of the time the error occurred, and anything you might have done that may have caused the error.
Following is a part of my code that is the cause of this error to occur...>
Header( "WWW-authenticate: basic realm='Test Authentication System'");
Header( "HTTP/1.0 401 Unauthorized");
Could this be due to some configuration changes that are to be made either in Apache or PHP.ini file(s).
Apache server calls PHP (PHP.EXE file) when a .PHP file is called.. it displays the compiled result on the Browser (IE 5).
(Kindly help me out of this, since I got a deadline here.)