Pico
Pico copied to clipboard
404 error
From issue 708
No,
404.mdfiles are considered hidden and should therefore follow theis404Contentpath. Please check again (because the code looks right to me) and if Pico truly responds with200 OK(check that no plugin is changing the status code!) please open a separate issue. However, as a disclaimer, since Pico's development has stopped, it's unlikely that it will be fixed.
From a fresh Alpha installation with no plugins installed:
- When I request
site/404and there is a 404.md file in the content folder, I receive a200 OKstatus. - Requesting
site/404bcorrectly returns a404 Errorstatus. - However, if I delete the 404.md file and request
site/404, the built-in 404 error message is displayed, and the response correctly has a404 Errorstatus.