|
发表于 2003-9-3 00:07:04
|
显示全部楼层
Alias /test/ "i:/test/"
<Directory "E:/w3/www">
#AddOutputFilterByType DEFLATE text/html text/plain text/php text/xml
#在全局mod_deflate配置下对e:/w3/www目录下只对HTML进行压缩
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# http://httpd.apache.org/docs-2.0/mod/core.html#options
# for more information.
#
Options Indexes FollowSymLinks =====就是这里了,
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride None
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>
玩apache也两年学的不系统,更深入请自己看安装目录下的manual和httpd.conf注释,英语不行就去找个东方快车
我的列表目录
http://dato.minidns.net |
|