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.
Örneğin, / home/user1/test/example dedi hiyerarşinin dizin oldu / ne zaman
open_basedir =:. / home/user1/test /
Ben kurduğunuzda doğru bir test / klasörü altında düzenlenen dosya açabilir, ama şu örnek / altında yayınlanmıştır dosyayı açamıyor.
open_basedir =:. / home/user1/test /: / home/user1/test/example /
is OK. but . Could you give me a good idea?