s/\/roundcube\//\/roundcube/ from justin (at) shiningsilence.com

This commit is contained in:
adrianp 2007-06-06 18:40:16 +00:00
parent 287ae72163
commit 3842b10dde

View file

@ -1,9 +1,9 @@
# $NetBSD: roundcube.conf,v 1.1.1.1 2007/04/08 17:04:08 adrianp Exp $
# $NetBSD: roundcube.conf,v 1.2 2007/06/06 18:40:16 adrianp Exp $
#
# RoundCube configuration file fragment for Apache
<IfModule mod_alias.c>
Alias /roundcube/ "@RCDIR@/"
Alias /roundcube "@RCDIR@/"
</IfModule>
<Directory "@RCDIR@">