|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-07-03 19:17 UTC] rasmus at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Jun 18 14:00:02 2026 UTC |
Hi all, I can't get the mentioned example work on my system... every time I start the .phtml I get an 'error 500 - internal server error' from my Apache server. Even the shortest program: <? header("WWW-Authenticate: Basic realm=\"Test\""); header("HTTP/1.1 401 Authorization Required"); ?> results in an 'error 500'. There are no newlines or spaces in the file, only the 4 lines from above. Thanks, Jan Schmidt