• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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