| Summary | Installation paths don't like multiple /horde's |
| Queue | Horde Base |
| Queue Version | 3.0.5 |
| Type | Bug |
| State | Not A Bug |
| Priority | 1. Low |
| Owners | |
| Requester | aleksi.asikainen (at) infire (dot) com |
| Created | 9/7/05 (7600 days ago) |
| Due | |
| Updated | 9/7/05 (7600 days ago) |
| Assigned | |
| Resolved | 9/7/05 (7600 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Not A Bug
actually set configuration settings. Set webroot correctly in
horde/config/registry.php - the auto-detect is a convenience that
won't work for you.
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Installation paths don't like multiple /horde's
Queue ⇒ Horde Base
reason for this) caused weird errors where the URLs horde used were
(re)written to domain.com/horde/horde-3.0.5/ even that apache was
pointed to consider /data/www/horde/horde-3.0.5/ as domain.com/horde/
. Renaming /data/www/horde/horde-3.0.5/ to /data/www/hoho/horde-3.0.5/
fixed this issue, but is ugly.