I
I
Ivan R2015-10-11 23:09:40
Apache HTTP Server
Ivan R, 2015-10-11 23:09:40

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 question

Ask a Question

731 491 924 answers to any question