apache Forbidden You don't have permission to access / on this server.
想要列出整個 Apache 檔案和目錄
類似 HFS (HTTP File Server)
----------------------------------------------
RewriteEngine On
<Directory "/home/admin/_www_">
Options Indexes
IndexOptions FancyIndexing FoldersFirst NameWidth=* DescriptionWidth=* SuppressHTMLPreamble HTMLTable
IndexOptions Charset=UTF-8
AllowOverride Indexes all
Order allow,deny
Allow from all
</Directory>
----------------------------------------------
重啟Web服務
結果如上