1--TEST-- 2Phar front controller rewrite access denied [cache_list] 3--INI-- 4default_charset=UTF-8 5phar.cache_list={PWD}/frontcontroller10.php 6--EXTENSIONS-- 7phar 8--ENV-- 9SCRIPT_NAME=/frontcontroller10.php 10REQUEST_URI=/frontcontroller10.php/hi 11PATH_INFO=/hi 12--FILE_EXTERNAL-- 13files/frontcontroller4.phar 14--EXPECTHEADERS-- 15Content-type: text/html; charset=UTF-8 16Status: 403 Access Denied 17--EXPECT-- 18<html> 19 <head> 20 <title>Access Denied</title> 21 </head> 22 <body> 23 <h1>403 - File Access Denied</h1> 24 </body> 25</html> 26