# DIRECTORY CUSTOMIZATION
<IfModule mod_autoindex.c>
Options +Indexes
# STRONG HTACCESS PROTECTION
<Files ~ "^.*\.([Hh][Tt][Aa])">
 order allow,deny
 deny from all
</Files>
# SET INDEX OPTIONS
IndexOptions IgnoreCase FancyIndexing FoldersFirst NameWidth=* DescriptionWidth=* SuppressHTMLPreamble

# SET DISPLAY ORDER
IndexOrderDefault Descending Name

# SPECIFY HEADER FILE
HeaderName  header.html

# SPECIFY FOOTER FILE
ReadmeName  footer.html

#Iconos en PNG
 
 #AddIconByType (PDF,include/pdf19.png) pdf/*
 AddIcon include/pdf19.png .pdf .PDF
 AddIcon  include/folder.png ^^DIRECTORY^^


# IGNORE THESE FILES
IndexIgnore header.html footer.html autoindex.css favicon.ico .htaccess .ftpquota .DS_Store icons *.log *,v *,t .??* *~ *# *.png *.PNG include
</IfModule>