[imp] Hiding URL.
Christopher Crowley
ccrowley@tulane.edu
Thu, 13 Jun 2002 09:10:24 -0500
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have it working with imp 3.1-RC3 ( haven't updated to 3.1 yet). I
the symlink wasn't necesary for my implementation, but my setup may
be different than Vladimir's. I have 6 modules in addition to the
horde module, and each dir gets an alias in the http.conf file.
<in apache/conf/httpd.conf>
DocumentRoot "/usr/local/apache_sslr/htdocs/horde"
# Horde Aliases
Alias /horde/ "/usr/local/apache_sslr/htdocs/horde/"
Alias /imp/ "/usr/local/apache_sslr/htdocs/horde/imp/"
Alias /turba/ "/usr/local/apache_sslr/htdocs/horde/turba/"
Alias /kronolith/
"/usr/local/apache_sslr/htdocs/horde/kronolith/"
Alias /forwards/ "/usr/local/apache_sslr/htdocs/horde/forwards/"
Alias /passwd/ "/usr/local/apache_sslr/htdocs/horde/passwd/"
Alias /vacation/ "/usr/local/apache_sslr/htdocs/horde/vacation/"
<end in apache/conf/httpd.conf>
<in apache/htdocs/horde/config/registry.php>
$this->applications['horde'] = array(
'fileroot' => dirname(__FILE__) . '/..',
'webroot' => '/horde',
'initial_page' => 'login.php',
'icon' => '/horde/graphics/tu.gif',
'name' => _("Tulane Webmail"),
'allow_guests' => false,
'show' => false,
'templates' => dirname(__FILE__) . '/../templates',
'cookie_domain' => $GLOBALS['HTTP_SERVER_VARS']['SERVER_NAME'],
'cookie_path' => '/horde',
'server_name' => $GLOBALS['HTTP_SERVER_VARS']['SERVER_NAME'],
'server_port' => $GLOBALS['HTTP_SERVER_VARS']['SERVER_PORT']
<end in apache/htdocs/horde/config/registry.php>
-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.8 for non-commercial use <http://www.pgp.com>
iQA/AwUBPQinz80q7cR88Y/bEQL/jACgq/MrKGMg7tQQZKzuyAl0X+7PGEYAoO/u
5dYzwCkfE23cdHn/XtdLDBW3
=yCnu
-----END PGP SIGNATURE-----