Edit report at https://bugs.php.net/bug.php?id=62060&edit=1
ID: 62060 Comment by: reeze dot xia at gmail dot com Reported by: reeze dot xia at gmail dot com Summary: Built-in web server mismatch index files Status: Open Type: Bug Package: Built-in web server PHP Version: 5.4.3 Block user comment: N Private report: N New Comment: I've sent a pull request at: https://github.com/php/php-src/pull/84 Previous Comments: ------------------------------------------------------------------------ [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