apache - Error 500 when adding links to errors 425 up to 499 on htdocs -


i have .htdocs file has several error redirects (to kinds of http error, , it's thing on file): errordocument 400 /projetos/error.php?status=error_400 when add respective lines errors http 425 http 499 gives http server internal error 500. know why?

apache version: 2.4.10

error screen:

enter image description here

if remove line (425 499): errordocument 499 /projetos/error.php?status=error_499 works fine.

these codes invalid or not implemented yet can see on site iana(internet assigned numbers authority):

425 unassigned   426 upgrade required    [rfc7231, section 6.5.15] 427 unassigned 430 unassigned 432-499 unassigned 

Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -