# deny from all
# </limitexcept>
#</directory>
#
# directoryindex: sets the file that apache will serve if a directory
# is requested.
#directoryindex: apache服务器将要以一个目录的形式响应服务
# the index.html.var file (a type-map) is used to deliver content-
# negotiated documents. the multiviews option can be used for the
# same purpose, but it is much slower.
#index.html变量文件(一种映射)将直接传送内容。multiviews选项可以用于同样的目的,但是要慢得多
directoryindex index.html index.html.var
#
# accessfilename: the name of the file to look for in each directory
# for additional configuration directives. see also the allowoverride
# directive.
#accessfilename: 用来查找各个目录下额外的配置指令的配置文件名,同时参考allowoverride(允许重载)指令
#acce
accessfilename .htaccess
#
# the following lines prevent .htaccess and .htpasswd files from being
# viewed by web clients.