GOAL: To allow internet access/permission of folder contents. To solve, we have to edit the Apache configuration file. Post specific to: Linux, Ubuntu, Bitnami
STEPS
1. Find Apache Configuration File: apache2.conf or httpd.conf
- /etc/apache2/apache2.conf
- /etc/httpd/httpd.conf
- /opt/bitnami/apache2/conf/httpd.conf
2. nano /etc/apache2/apache2.conf
3. Add code & Save:
<Directory /var/www/domain.com/folder >
Options Indexes FollowSymLinks
</Directory >
4.
sudo /etc/init.d/apache restart
OR sudo sh /opt/bitnami/ctlscript.sh restart apache2
REFERENCES
http://www.cyberciti.biz/faq/enabling-apache-file-directory-indexing/http://www.opensourceisbetter.com/disable-directory-listingbrowsing-apache/
FollowSymLinks | Multiviews
http://wiki.apache.org/httpd/DirectoryListings