• 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.

How do I set permissions outside "httpdocs"

C

camdenbo

Guest
Hello,

As owner of the server, how do I set permissions outside the httpdocs folder? I keep getting 550 error - permission denied. I created the directory under admin via command line. I use ImageFolio image gallery and I'm told:

You need to have the "ImageFolio31" outside of the httpdocs directory and the "ImageFolio31_files" folder in the httpdocs directory.

I can't set folder permissions or even upload.

Please help!

Greg
 
There's 2 options for you

1. SSH in as root and make the directory manually. Use chown to make the owner of the directory your FTP user. Then upload your files in.

2. Put your files into the /tmp directory and point your program there. This directory lies outside of the web structure.
 
Thanks Highland,

We were able to figure it out - ImageFolio doesn't need to reside outside httpdocs, so no need to go there.

Thanks for the advice, it may come in handy down the road.

Regards,
Greg
 
Back
Top