This is the code:
<?header("WWW-authenticate: basic realm='Test Authentication System'");
header("HTTP/1.0 401 Unauthorized");
exit;
?>
This is the Error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
The log file showed:
malformed header from script. Bad header=HTTP/1.0 401 Unauthorized: c:/php4/php.exe
Is there anything wrong in the script