
# Disable directory browsing 
Options -Indexes

# Hide the contents of directories
IndexIgnore *

<IfModule mod_headers.c>
	Header set X-Robots-Tag "noindex, nofollow"
</IfModule>
