Skip to content

Instantly share code, notes, and snippets.

@bkamapantula
Created August 1, 2012 19:03
Show Gist options
  • Save bkamapantula/3229824 to your computer and use it in GitHub Desktop.
Save bkamapantula/3229824 to your computer and use it in GitHub Desktop.
Disable list of files in a directory inside /var/www
/* Add the following lines */
<Directory "/var/www/folderName">
Options -Indexes
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment