Search found 2 matches

by noanyx
Sat Jul 10, 2010 3:21 am
Forum: PHP - Code
Topic: directory list without access permission
Replies: 3
Views: 119

Re: directory list without access permission

If your script is running on a web server, then it runs as the web server user (apache, nobody, httpd, www-data, etc.) so it has the permissions of that user. So you can possibly put that user in a group that has read access to the directories. Hi, Thank you very much AbraCadaver. I simply upload m...
by noanyx
Thu Jul 08, 2010 8:18 am
Forum: PHP - Code
Topic: directory list without access permission
Replies: 3
Views: 119

directory list without access permission

Hi, I am new on php. I need file and directory list for my application. My application runs at client-side. I wrote a php script to get directory list but it does not work unless read permission to anyone is enabled for the directory.But I cannot enable directory access because of security issues. o...