File: //usr/share/webmin/virtual-server/help/redirect_regexp2.html
<header>Redirect sub-directories to</header>
This option controls how paths under the source URL path are redirected. For
example, if the source path is <tt>/foo</tt> and the destination is
<tt>http://foo.com</tt> the meanings of the options are :<p>
<ul>
<li><b>Same sub-directory under destination URL</b><br>
A request to <tt>/foo/bar</tt> will be redirected to
<tt>http://foo.com/bar</tt><p>
<li><b>Just destination URL</b><br>
A request to <tt>/foo/bar</tt> will just be redirected to
<tt>http://foo.com</tt><p>
<li><b>Ignore sub-directories</b><br>
A request to <tt>/foo/bar</tt> will not be redirected at all, only a
request to <tt>/foo</tt> will be.
</ul>
<footer>