Im trying to read the contents of a txt file placed on my server in a directory beneath the page doing the reading, however when i try to do an fopen('/doc_root/subfolder/file.txt') i get
Warning: fopen('/doc_root/subfolder/file.txt', "r") - Permission denied
The sub folder permissions are set to: drw-rw-rw-
The file permissions are set to: -r--r--r--
File owner is apache
Am i being thick, i would of thought these permissions wouuld have been acceptable??