I have a subdomain where the host there wants to have PDF documents in a folder - point to the folder name as part of a URL. A visitor clicks on the URL then sees a list of the PDFs in the folder and selects which one they wish to view.
The host has no problem getting the files into the folder, one can see the PDF if one uses the name of an individual PDF as part of the URL, but gets 403 Forbidden if trying to see the list.
I talked for an hour with the help desk yesterday and they said it was a change I could make in File Manager.
"Look for /pdf-files folder then hover your cursor to it. You will see an circle with arrow point down then you will have the option to change permission. Just click Advanced it will allow you to allow full access from there."
I did hover and find the arrow pointing down and option to change permissions. I clicked on Advanced - and after that I get lost because there are a bunch of choices, some of which make no sense - including other subdomains not associated with this account / folder.
Is there some sort of entity I need to add somehow to say I wish to allow visitors to see a listing of the files?
Solved! Go to Solution.
Hello 🙂
You should create a .htaccess file in the folder you want others to access your pdf files and the folder should not have a index or home .html or .php file 🙂
Step by step guide:
Options +Indexes
Feel free to mark the topic as solved if this helps you 🙂 !
Sincerely,
Premtonx
Community Contributor
Hello 🙂
You should create a .htaccess file in the folder you want others to access your pdf files and the folder should not have a index or home .html or .php file 🙂
Step by step guide:
Options +Indexes
Feel free to mark the topic as solved if this helps you 🙂 !
Sincerely,
Premtonx
Community Contributor