Edit report at https://bugs.php.net/bug.php?id=80415&edit=1
ID: 80415 Updated by: sala...@php.net Reported by: contact at kelianbousquet dot com Summary: nginx 404 error page Status: Open Type: Bug Package: Website problem PHP Version: Irrelevant -Assigned To: +Assigned To: sas Block user comment: N Private report: N New Comment: Assigning to Sascha. I don't know who else might have access to configure the origin server. Previous Comments: ------------------------------------------------------------------------ [2020-12-15 18:16:07] afilina at gmail dot com I'm also getting the blank 404 nginx page: https://pasteboard.co/JF4wuNO.png I can help with this. I can replicate the conditions locally and send you a config patch, but I need a copy of the nginx site's config file. ------------------------------------------------------------------------ [2020-11-28 10:59:16] gunnard at gmail dot com currently the dev env. returns a custom 404 page and not the blank, default nginx one. error.php +636 636 // ============================================================================ 637 // 404 page for manual pages (eg. not built language) 638 if (strpos($URI, "manual/") === 0) { 639 error_404_manual(); 640 } I would like to see how the /etc/nginx.conf is setup to handle 404s on the server as this could be the issue. Also, the website is behind myracloud CDN and I wounder if certain 404 pages have been cached and need to be cleared. ------------------------------------------------------------------------ [2020-11-25 12:52:10] contact at kelianbousquet dot com Description: ------------ When i try to access to wrong url i see a 404 not found nginx page, why not make a custom php.net error page ? Test script: --------------- go to a wrong url => https://www.php.net/manual/fr/fjj Expected result: ---------------- custom error page ? Actual result: -------------- nginx 404 error page ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=80415&edit=1 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php