# Enable Directory Listings
Options +Indexes

# Enable Basic Authentication
# NOTE: Replace the AuthUserFile path with the absolute path on your system.
AuthType Basic
AuthName "Access to the Hidden Files"  
AuthUserFile "/Applications/MAMP/htdocs/nettuts/htaccess/part 1/example/media_auth/.htpasswd"
Require valid-user
