Apache config for enabling file listing
In order to enable file-listing for your static apache website, add following line to your virtual host’s <Directory> config:
<directory “/your/site/root/directory”>
Options Indexes FollowSymLinks
</directory>
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.





