如何打开我无条件打开open_basedir?

It's PHP question. I set open_basedir, and it is not more possible for access for the folder in the hierarchy of the bottom even if I make it accessible for a specific directory.

For example, when it was the directory of the hierarchy that said /home/user1/test/example/

open_basedir=.: /home/user1/test/

When I set the file arranged right under a test/ folder can open, but cannot open the file posted right under example/.

open_basedir=.: /home/user1/test/: /home/user1/test/example/

is OK. but . Could you give me a good idea?

You also need to ensure access is set correctly in apache httpd.conf