Hi!
Try to change 110AppRegistryHorde
---snip---
// 110AppRegistryHorde
$this->applications['horde'] = array(
'fileroot' => dirname(__FILE__) . '/..',
// 'webroot' => $webroot,
'webroot' => _detect_webroot(),
'initial_page' => 'login.php',
---snip---
I have disabled 'webroot' => $webroot,
to
'webroot' => _detect_webroot(),
and efter that my webmail works fine again.
After update to 7.2, the old file named "registry.php" was changed and saved to "registry.php.dist" and if we take a look in that file, on line 52, in my case, we can se the differents.
Well .. there is more thing to do, when I try to log in this way,
https://www.mydomain/webmail I got this messages,
--
The requested URL /webmail//imp/redirect.php was not found on this server.
--
if I login with adress,
https://www.mydomain/horde/imp/login.php, it works very well.
/C