# Header add Accept-Ranges "bytes"


<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} !on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
</IfModule>



	# default order: descending by name
    	IndexOrderDefault Descending Name
    	# set the following options:
    	# - ignore case ( +IgnoreCase )
    	# - don't display the description column ( +SuppressDescription )
    	# - display folders first (+FoldersFirst)
    	# - set the width of the name column to 40 chars (+NameWidth=40)
    	# - don't display the default HTML output (doctype, head, ..., starting <body> tag)  (+SuppressHTMLPreamble)
    	# - use Fancy Indexing (+FancyIndexing)
    	# - set IconHeight und Width to 16 pixels (FamFams Icons use these dimensions) (+IconHeight=16 +IconWidth=16)
    


	IndexOptions +FoldersFirst +NameWidth=40 +SuppressHTMLPreamble +FancyIndexing +IconHeight=24 +IconWidth=24
	

	# SET DISPLAY ORDER
	IndexOrderDefault Ascending Name

	# we want to use indexes for this folder!
    	Options +Indexes

    	

    	# the header template, which is displayed before the list
    	HeaderName list_header.html

    	# the footer template, which is displayed after the list
    	# ReadmeName ../list_footer.html

    	# don't display the link to the root folder
	
	# List files and folders to hide

    	IndexIgnore list_header.html favicon.ico /www /hedens-have

    	# set the default icon to a fancy famfam icon
    	DefaultIcon favicon.ico

	AddDescription "Educational material from DIEM" DIEM
	AddDescription "Documentation of my designs" Elektronografi
	AddDescription "Recordings and releases" Fonografi
	AddDescription "Capturing photons in various ways" Fotografi
	AddDescription "Pics, vids and recs from live shows" Koncert
	AddDescription "Semantic symbols of syntax" Litteratur
	AddDescription "Mutational map of the past" Origins
	AddDescription "Peculiar plants and fungi" Plantae
	AddDescription "Library" PDF
	
    
