【发布时间】:2021-01-25 14:27:00
【问题描述】:
我正在尝试使用 IIS 10.0 在 windows server 2019 上安装 Roundcube 1.4.9
在第 3 步中,除了 Mimetype 到文件扩展名的映射外,一切正常。Test filetype detection
Fileinfo/mime_content_type configuration: OK
Mimetype to file extension mapping: NOT OK
我尝试在 conf.inc.php 中设置 mimetypes.php 的路径,如下所示:
$config['mime_types'] = 'c:/inetpub/wwwroot/roundcube/config/mimetypes.php';
还是不行。
【问题讨论】:
标签: windows iis windows-server-2019 roundcube