• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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