Answer the question
In order to leave comments, you need to log in
How to list Apache files and directories?
Have a locally deployed Apache server configured running through localhost. I need to see the list of files in this directory at localhost/folder in the browser, what should I do? I threw the .htaccess file into the directory and wrote Options +Indexes in it. But nothing works (404 error), tell me, maybe something needs to be registered in the httpd file, this is taken from httpd from me:
<Directory />
Options Indexes FollowSymLinks
AllowOverride All
Order deny,allow
Deny from all
</Directory>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question