[commits] [Wiki] changed: FAQ/Admin/Config
Wiki Guest
wikiguest at horde.org
Thu Dec 20 08:20:22 UTC 2012
guest [203.200.200.74] Thu, 20 Dec 2012 08:20:22 +0000
Modified page: http://wiki.horde.org/FAQ/Admin/Config
New Revision: 11
Change log: With Horde5, imp/index.php to login.php redirection
worked only after changing webroot for both imp and horde
@@ -21,8 +21,18 @@
DocumentRoot /usr/local/apache/htdocs/horde/imp
</code>
(substituting your own directory names for the defaults above).
Then, make sure links within Horde are correct as follows:
+
+**[Horde 5]:**
+
+Create or edit {{horde/config/registry.local.php}} (make sure the
file starts with a PHP tag {{<?php}}) and change the value of the
webroot as follows:
+
+<code type="php">
+$this->applications['horde']['webroot'] = '/horde/';
+$this->applications['imp']['webroot'] = '';
+</code>
+
**[Horde 4]:**
Create or edit {{horde/config/registry.local.php}} (make sure the
file starts with a PHP tag {{<?php}}) and change the value of the
webroot as follows:
More information about the commits
mailing list