[Tickets #4126] Re: Make registry.php webroot path detection more reliable

bugs at bugs.horde.org bugs at bugs.horde.org
Thu Jun 28 19:19:14 UTC 2007


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=4126
-----------------------------------------------------------------------
 Ticket             | 4126
 Updated By         | vilius at lnk.lt
 Summary            | Make registry.php webroot path detection more reliable
 Queue              | Horde Base
 Version            | HEAD
 Type               | Enhancement
 State              | Resolved
 Priority           | 1. Low
 Owners             | Jan Schneider
-----------------------------------------------------------------------


vilius at lnk.lt (2007-06-28 12:19) wrote:

After upgrade from 3.1.3 to 3.1.4 webroot detection on my system does not
work anymore. Login screen loops constantly to
http://mail.example.com/index.php/login.php

webroot.php script results from root and config Horde directories:

URL: http://mail.example.com/webroot.php

Webroot: 
__FILE__: /var/www/html/horde/webroot.php 
$_SERVER['SCRIPT_URL']: not set 
$_SERVER['SCRIPT_NAME']: /webroot.php 
$_SERVER['PHP_SELF']: /webroot.php 

URL: http://mail.example.com/config/webroot.php

Webroot: /config 
__FILE__: /var/www/html/horde/config/webroot.php 
$_SERVER['SCRIPT_URL']: not set 
$_SERVER['SCRIPT_NAME']: /config/webroot.php 
$_SERVER['PHP_SELF']: /config/webroot.php 

mail.example.com configured as virtual host of DocumentRoot
/var/www/html/horde

Apache 2.2.4/PHP 5.1.6



More information about the bugs mailing list