Hello,
I want to make image files in a folder visible but i have error 403.
Adress= renmen512.22web.org
Error 403.
Respects
Hello,
I want to make image files in a folder visible but i have error 403.
Adress= renmen512.22web.org
Error 403.
Respects
Directory listing is disabled on our hosting by default. So if you try to access a directory without a valid index file, you will get a 403 error. The files within the directory are still fully accessible though!
If you want to enable directory listing for a certain directory (and all it’s subdirectories), you can create a file with the name .htaccess
in that directory (or edit the one already there), and add this line:
Options +Indexes
If you then access the directory, you will see a list of files in the directory.
Thank you for help.
It worked.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.