在httpd.conf 和 httpd-vhosts.conf中的 <Directory ????> </Directory>以下設置,重啓apache便可:html
<
Directory
"設置你的路徑">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
#Require local
IndexOptions Charset=UTF-8 #編碼格式,防止中文亂碼
IndexOptions NameWidth=* #根據文件名自動調整列寬
Allow from all
</
Directory
>
官方文檔: http://httpd.apache.org/docs/2.4/mod/mod_autoindex.htmlapache