# ####################################################
# ####################################################
#    .htaccss for stsong.com
#       almost all the defaults for the webhost
#        are already perfect for this site
#         ( thank you DreamHost )
#      Just want to do some tweaking.
# ####################################################
# ####################################################


# ####################################################
#    INDEX OPTIONS
# ####################################################
IndexOptions +SuppressHTMLPreamble  
IndexOptions +SuppressLastModified
IndexOptions +DescriptionWidth=*
IndexOptions +FancyIndexing
IndexOptions +FoldersFirst
IndexOptions +HTMLTable
IndexOptions +NameWidth=*
IndexOptions -ScanHTMLTitles

AddDescription "&nbsp;&nbsp;Graphics File" .gif .jpg .xbm .png .pdf
AddDescription "&nbsp;&nbsp;Audio File" .aiff .wav .mp3 .midi .au .ogg
AddDescription "&nbsp;&nbsp;Browseable Directory" */

IndexIgnore *.txt *.swp  *.shtm* *~  *.bak* *.BAK* *.css  css cgi-bin favicon* was*
IndexIgnore *.htm   
#Any stand-alone html file on this site will have the full html exstension.
# Any with just .htm extensions have only partial content and should not 
#  be browsed, although it wouldn't hurt anything except look stupid.
IndexIgnore *Content*.*htm* *dash*.htm* listing*.*htm* navigation.*htm* google*
#IndexIgnore *.txt *.swp  *[^s][^h][^e][^e][^t].*htm* *~  *.bak* *.BAK* *.css  css cgi-bin favicon* was*

# ####################################################
# ####################################################
#      SERVER SIDE INCLUDES
# ####################################################
# ####################################################
# Includes are already configured server wide.
# However if I make a grammatical misteak, this will be a relatively low-cost result:
SSIErrorMsg "<!-- Error --><span class=\"oneFifth\">Not Available</span>"
# Server Side Include Parsing has advanced, but I designed these files before the advancement
# SSILegacyExprParser on
 SSILegacyExprParser off

# ####################################################
# ####################################################
#      THINGS TO BE EDITED FOR PRODUCTION SERVER
# ####################################################
# ####################################################
# EDIT HEADERNAME for the file autoIndex places at the
#       start of each directory listing.
# READMENAME is the name of the footer file for
#       autoIndex to end the directory listing.
# SetEnv homeDir PATHS
# TO work on the web server
#    THE SECRET to for only one set of files
#    site wide is to use a leading slash
#    in the uri so that it starts at the document root.
#       EDIT THE NEXT TWO Lines: remove /webmaster/hymniary
#        Replace it with /
#
#     The variable "homeDir" set here is called by
#          several of the SSI files.  Easier to
#          edit one place than to hunt randomly
#          through the site.
#      IndexStyleSheet causes the autoIndex module
#        to insert identifiers for the mentioned
#         css file.
#
#   HeaderName "/webmaster/hymniary/head.shtml"
#   ReadmeName "/webmaster/hymniary/foot.shtml"
#   SetEnv     homeDir "/webmaster/hymniary/"
#   IndexStyleSheet "/webmaster/hymniary/css/hymniary.css"
   HeaderName "/head.shtml"
   ReadmeName "/foot.shtml"
   SetEnv     homeDir "/"
   IndexStyleSheet "/css/hymniary.css"

