Re: [us...@httpd] Doubt about disabling access to PHP files

2009-03-17 Thread Leandro Silva
Thanks for the suggestions... I used the solution proposed by Pasher and worked fine... Leandro 2009/3/13 Justin Pasher > Leandro Silva wrote: > >> Hi, >> >> In the company where I work, we have a windows server with apache/php >> instaled with a shared folder in our network. The workers of co

Re: [us...@httpd] Doubt about disabling access to PHP files

2009-03-13 Thread Justin Pasher
Leandro Silva wrote: Hi, In the company where I work, we have a windows server with apache/php instaled with a shared folder in our network. The workers of company can put any file on this folder to be visible at the internet through the http protocol. We are having a problem because they can

Re: [us...@httpd] Doubt about disabling access to PHP files

2009-03-13 Thread André Warnier
Leandro Silva wrote: Hi, In the company where I work, we have a windows server with apache/php instaled with a shared folder in our network. The workers of company can put any file on this folder to be visible at the internet through the http protocol. We are having a problem because they can pu

Re: [us...@httpd] Doubt about disabling access to PHP files

2009-03-13 Thread matt farey
This directory should not be under your document root, instead it should lie outside the web server root, and you should use a php script to handle the download and the file and folder listing. This way when the user clicks on "http://example.org/foo/bar/word.doc"; the "/foo/bar/word.doc" will b

[us...@httpd] Doubt about disabling access to PHP files

2009-03-13 Thread Leandro Silva
Hi, In the company where I work, we have a windows server with apache/php instaled with a shared folder in our network. The workers of company can put any file on this folder to be visible at the internet through the http protocol. We are having a problem because they can put PHP files on this fol