Option # 1: Using Apache config file
Add directory option to Apache configuration file /etc/httpd/httpd.conf or /etc/apache2/apache2.conf:
# vi /etc/apache2/apache2.conf
Add following code:
Options Indexes FollowSymLinks
Save and close the file. Restart Apache:
# /etc/init.d/httpd restart
OR
# /etc/init.d/apache2 restart
Option #2: Using .htaccess Files with Apache
You can place config
Friday, January 1, 2010
How to enable file and folder listing in apache
Posted on 9:48 AM by Unknown
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment