###################################################
# sample.htaccess //Apache configuration file #
# Copy this to your downloads dir and restrict #
# access to the folders. #
# by Saravanakumar.A #
###################################################
# Disable Indexing
Options -Indexes
# Disable access
Order Deny,Allow
Deny from all
Satisfy all
|