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