• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question How to see files in browser ?

Gorgo126

New Pleskian
Hi !

I have Plesk with a domain name...

in my domain name I create a directory "test" and in this directory i put some zip files.

I would like when you go on www.mydomain.com/test see the list of files and just click on it to download it but when I go on this url I have an 403 error.

An idea how to do that ?

Thanks a lot !
 
You likely have directory index off.

Creating an .htaccess file with the following in the folder;

Options +Indexes
 
Back
Top