UMail 想要列出整個 Apache 檔案和目錄 類似 HFS (HTTP File Server) 含日期檔案大小

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服務

結果如上

 

  • 文章瀏覽點擊數 1572938