Advanced Folder Permission

fabrizioi

Basic Pleskian
Hi to all,

If is possible I would like to set up a folder permission like this:

httpdocs/media/pdf

The folder "pdf" (and the files inside) not readable via http; for example:

http://www.<mydomain>.com/media/pdf/filename.pdf - nothing to view.

But I would like that from a php script I can read write to this folder:

Example: I have a file /httpdocs/DocsManager.php and I would like inside this file to read and write to the folder httpdocs/media/pdf.

It is possible ? Any help are welcome.

Bye
 
I have read some documentation and how-to, I believe that I need to install suPHP for working with the above scenario
 
Back
Top