參考網址:程式前沿
在/etc/apache2/sites-available/default 中 加入IndexOptions Charset=UTF-8
Alias /download “/download” <Directory “/download”> Options Indexes Order allow,deny IndexOptions Charset=UTF-8 Allow from all </Directory>
其中“/download”是要顯示檔案列表的目錄,引數”Options Indexes”表示啟用目錄瀏覽,”IndexOptions Charset=UTF-8″設定字符集,以消除中文亂碼。