# .htaccess --------------------------------------------------------------------------------------------------------
#
# IndexOptions FancyIndexing IconHeight=16 IconWidth=16
# indexoptions +scanhtmltitles
# ScanHTMLTitles Enables the extraction of the title from HTML documents for fancy indexing. If the file does not have a description given by AddDescription, then httpd will read the document for the value of the
tag. This process is CPU- and disk-intensive.
# AddHandler application/x-httpd-php .htm
# removeHandler application/x-httpd-php .html
# indexoptions +SuppressColumnSorting
#
#-------------------------------------------------------------------------------------------------------------------
options +indexes
indexoptions +fancyindexing
indexoptions +xhtml
indexoptions +suppresshtmlpreamble
indexoptions +suppresslastmodified
indexoptions +suppresssize
indexoptions +SuppressDescription
indexoptions +scanhtmltitles
indexoptions +descriptionwidth=300
# indexoptions +namewidth=400
serversignature off
#-------------------------------------------------------------------------------------------------------------------
# keeps the main pages from being listed separately
indexignore index.htm
#-------------------------------------------------------------------------------------------------------------------
# any filetype that is parsed won't work for header & readme
addtype text/html .htm
#---------------------------------------------------------
# adds apache includes in directory indexes
headername /.admin/header.htm
readmename index.htm
#-------------------------------------------------------------------------------------------------------------------
# add header and footer as php includes for main .html content pages
addtype application/x-httpd-php .html
php_value auto_prepend_file "/var/www/html/_camrias.com/.admin/header.htm"
php_value auto_append_file "/var/www/html/_camrias.com/.admin/footer.htm"
#-------------------------------------------------------------------------------------------------------------------
# necessary because of prior .htacess in higher directory
directoryindex /.admin/inexistant
errordocument 404 /pub
#-------------------------------------------------------------------------------------------------------------------
# modify the ugly default icons
addicon /.admin/blank.gif ^^BLANKICON^^
addicon /.admin/bullet.gif ^^DIRECTORY^^
addicon /.admin/bullet.gif *.zip
addicon /.admin/bullet.gif *.txt
addicon /.admin/bullet.gif *.html
addicon /.admin/bullet.gif ..
defaulticon /.admin/bullet.gif
#-------------------------------------------------------------------------------------------------------------------