PHP Questions Home | Register | Login
Categories
Arrays
Files
Forms
Creating PDFs
PHP Errors
Functions
Images
MySQL
Numbers
Others
Strings
Website
Unanswered

PHP Forums
Forums Index
MySQL Forum
PHP Forum
Flash/Actionscript
Javascript
Web design

More PHP
PHP Functions
Top Questions
Ask a Question
PHP Interview Questions
PHP Jobs
Ecommerce
IT Questions
Business Websites

Sponsors

sponsor ad
My Salary
PHP Developer Salary
Advertise Here

PHP Fatal error does not result in HTTP error code 500. When PHP code throws a Fatal error, I would expect Apache to respond with HTTP 500, not a 200?


This is because it is a PHP error and not a server error. Code 500 is a server error. Code 200 is correct but misleading as the server has performed fine and loaded a webpage so status OK, or 200.

You should look into using the .htaccess file to control which responses you want your server to perform.

Answered by: Davey C

Comment on this Question and Answer >>>

ASK A QUESTION

More functions PHP Questions

How do I make a variable from outside a function work in that function?

Can we use include ("abc.php") two times in PHP page "makeit.php" ?

WHAT IS THE CORRECT WAY TO OPEN THE FILE "time.text" AS READABLE?

How do I get a variable in a function to retain its value between calls?

How do I return a value from a function?



Custom Search