cblgh / cerca

lean forum software
Other
127 stars 18 forks source link

err404 and other error pages return 200 status code #52

Open alexwennerberg opened 10 months ago

alexwennerberg commented 10 months ago

It appears that the error pages, by and large, return 200 status codes rather than non-200 error status codes

I'm writing some new code that will set non-200 status codes on errors, but should I also update existing code likewise?