1-确保您的圆形立方体在 /var/www/ 路径中找到/移动。
2- 在“let say”/etc/apache2/conf.d/Example.conf 中修改您的 apache 配置文件,并在编辑 roundcubemail 的路径时使用这些配置,具体取决于您当前的 roundcube 默认配置:
别名 /roundcube /var/www/roundcube/roundcubemail-0.3.1
<目录/var/www/roundcube/roundcubemail-0.3.1>
选项索引 FollowSymLinks
DirectoryIndex index.php
允许覆盖所有
命令允许,拒绝
允许所有人
< IfModule mod_php4.c >
AddType application/x-httpd-php .php
php_flag magic_quotes_gpc 关闭
php_flag track_vars 开启
php_flag register_globals 关闭
php_value 包含路径。
</IfModule>
< IfModule mod_php5.c >
AddType application/x-httpd-php .php
php_flag magic_quotes_gpc 关闭
php_flag track_vars 开启
php_flag register_globals 关闭
php_value 包含路径。
</IfModule>
</目录>
3-如果您遇到任何 php 兼容性,请确保在安装程序文件夹中编辑 check.php,这对您有用。