想要使web目錄下,某目錄下的文件列表顯示而不是顯示"You don't have permission to access / on this server"
需要在httpd.conf文件中加上下面的配置信息,路徑可以是絕對路徑,最好它加在httpd.conf文件的最下方,並注釋
<Directory "../htdocs/test">
Options Indexes FollowSymLinks
</Directory>
去掉"Indexes "的話,則會出現"You don't have permission to access / on this server"