Prevent Directory Listing with apache .htaccess file

Home » Apache » Prevent Directory Listing with apache .htaccess file
Date: 2005-08-24
Link: http://apache.devquickref.com/apache-allow-prevent-directory-listing-htaccess.html

Prevent Directory Listing with apache .htaccess file

 
# Allow Acccess
Options +Indexes
# Prevent Acccess
Options -Indexes