• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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