Apache enable directory listing macbook pro Code Example
apache enable directory listing macbook pro
open "/private/etc/apache2/httpd.conf" in an editor. Scroll down until you find this part:
Inside there you'll need to add "Indexes" to your "Options". For me, this meant changing this line:
Options FollowSymLinks Multiviews
To:
Options Indexes FollowSymLinks Multiviews