• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Permission denied for .mdb files

A

albertsp

Guest
Hello,

Can anybody tell me where shall I upload *.mdb files?

I have uploaded it into httpdocs folder and it showing some Internal Server error.

So how can I give permission for this through a single command. Coz we have around 800 sites and it is not possible to give permissions manually to all these sites..

Please help


Albert SP
 
Tell all your users to place MDB files in a directory they create in the httpdocs.
Then, they own the directory and have full permissions to CRUD (create, read, update and delete).

-Alon.
 
not secured

*.mdb should not be under httpdocs for security reasons.
if the user will browse to:
http://www.domain.com/db.mdb
he will download the file with all the information in it.

in order to secure this, the directory should be protected, or in a directory that is not below httpdocs, but in the same level
like /private (though i don't know if the asp process have privilege to access this folder, the user may create a seperate directory n his root and put there his mdb file, that way it can be accessed only by ftp/asp process)
 
Back
Top