Guest_imported
New member
- Jan 1, 1970
- 0
The following codes:
header(" Basic realm=\" *** Protected Area\""
;
header("HTTP/1.1 401 Unauthorized"
;
//fail text
print("This page is a protected page.<br>\n"
;
Under Linux+apache+php, it will trigger the login window,
but under windows+apache+php will generate internal server error
Anyboby know why? And any way to fix that??
header(" Basic realm=\" *** Protected Area\""
header("HTTP/1.1 401 Unauthorized"
//fail text
print("This page is a protected page.<br>\n"
Under Linux+apache+php, it will trigger the login window,
but under windows+apache+php will generate internal server error
Anyboby know why? And any way to fix that??