Edit report at https://bugs.php.net/bug.php?id=62060&edit=1
ID: 62060 Updated by: larue...@php.net Reported by: reeze dot xia at gmail dot com Summary: Built-in web server mismatch index files -Status: Open +Status: Not a bug Type: Bug Package: Built-in web server PHP Version: 5.4.3 Block user comment: N Private report: N New Comment: Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php it's not a bug, it's by design, for supporting PATH_INFO in built in webserver see: https://github.com/php/php- src/commit/8d467563e2a0ea302f35b95d49408fabb991cbde thanks Previous Comments: ------------------------------------------------------------------------ [2012-05-18 18:04:16] reeze dot xia at gmail dot com I've sent a pull request at: https://github.com/php/php-src/pull/84 ------------------------------------------------------------------------ [2012-05-18 16:37:23] reeze dot xia at gmail dot com Description: ------------ When accessing url like :http://localhost/first/second/third/path Built-in web server will try to find default index files:index.php/html, 1. if the index file didn't exist 2. it will try to look it reversely: 3. try look it in third and second and first if any dir have a index.php or index.html, it will be considered as found index file. this is the wrong behavior. if path is a dir, if index.php/html not found it should be 404. Test script: --------------- NONE Expected result: ---------------- index.php in web root without router /not/found/path should be 404 Actual result: -------------- HTTP 200 ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=62060&edit=1