<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=Big5" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Tim wrote:
<blockquote
 cite="mid1287835306.14454.4.camel@suspishus.lan.cameratim.com"
 type="cite">
  <pre wrap="">On Sat, 2010-10-23 at 16:27 +0800, Edward S.P. Leong wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">So, what is the config problem ?
We want to enable the <a class="moz-txt-link-freetext" href="http://webmail.domain_name.com">http://webmail.domain_name.com</a> ( without type
"/horde/imp" )...
    </pre>
  </blockquote>
  <pre wrap=""><!---->
If you change the directory tree (paths), you might upset other things
that rely on them being the same as the original.

An alternative might be to use a *rewrite* rule, so that when people
access a certain address, they're redirected to the actual address.  

e.g. Redirect permanent /  <a class="moz-txt-link-freetext" href="http://webmail.example.com/horde/imp">http://webmail.example.com/horde/imp</a>

Though the simplest solution would probably to just put a link on the
homepage to the mail page.  And it also leaves you with a simple way to
write messages of the day to your users (on the homepage).
  </pre>
</blockquote>
Hello,<br>
<br>
Just reset the config as the following :<br>
&lt;VirtualHost *:80&gt;<br>
ServerName webmail.domain_name.com<br>
<pre wrap="">DocumentRoot /home/webmail
Redirectpermanent /  <a class="moz-txt-link-freetext" href="http://webmail.domain_name.com/horde/imp">http://webmail.domain_name.com/horde/imp</a>
&lt;/VirtualHost&gt;</pre>
Restart the web server...<br>
<br>
BUT when <a class="moz-txt-link-freetext" href="http://webmail.domain_name.com">http://webmail.domain_name.com</a>, the result seem hang...<br>
So, what is the problem again ?<br>
<br>
Thanks !<br>
<br>
Edward.<br>
</body>
</html>