Page 1 of 1

How can I configure Apache to show all file types? [SOLVED]

PostPosted: 23. May 2013 14:05
by harkonenn
I'm not familiar with the details of Apache configuration, so please forgive my ignorance. I'd like to allow all file types to be shown in directory listings on my local server. For example, if I browse a directory such as "localhost/my_directory/" I can see file types like .html, .php, .css, etc. But, some file types like .md (markdown) do not show in the listing, although there are present.

I appreciate any help, thanks!

Re: How can I configure Apache to show all file types?

PostPosted: 24. May 2013 00:40
by hackattack142
Hello,

I would suggest a good place to start would be "/xampp/apache/conf/extra/httpd-autoindex.conf"

The ones being filtered might be matching the default IndexIgnore directive.

Re: How can I configure Apache to show all file types?

PostPosted: 24. May 2013 18:11
by harkonenn
That was perfect, thanks!