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