When I try to reach a file using file_exists("test.xml") it works if its in the same directory, however if I put the file in a directory behind the www and try file_exists("../test.xml") it doesn't find it
I checked to make sure that the www directory is not a shortcut etc but I am suspecting that perhaps nginx is blocking it?