• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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