WonderCMS / wondercms

Fast and small flat file CMS (5 files). Built with PHP, JSON database.
https://wondercms.com
MIT License
642 stars 163 forks source link

Custom page 404.php template doesn't work for all 404 pages. #291

Closed robiso closed 1 year ago

robiso commented 1 year ago

As reported by daopower in our community forums: https://www.wondercms.com/community/viewtopic.php?p=7522#p7522

When using a custom 404.php template and if user visits another 404 page such as /non-existent-page, the default 404 page will be served instead of the custom one.

In addition to checking the 404.php template, we should be also checking for the response.

robiso commented 1 year ago

Fixed with latest WonderCMS 3.4.2 version.