summaryrefslogtreecommitdiffstats
path: root/horde.conf
diff options
context:
space:
mode:
Diffstat (limited to 'horde.conf')
-rw-r--r--horde.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/horde.conf b/horde.conf
index c8096a0..0d32d14 100644
--- a/horde.conf
+++ b/horde.conf
@@ -6,6 +6,8 @@ Alias /horde /usr/share/horde
# you change the authentication backend under the 'Authentication' tab.
# For this reason, Horde is currently only accessible from localhost.
+ Options +FollowSymLinks
+
<IfModule mod_authz_core.c>
# Apache 2.4
Require local
@@ -20,6 +22,7 @@ Alias /horde /usr/share/horde
<IfModule mod_rewrite.c>
RewriteEngine On
+ RewriteBase /horde/
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ rampage.php [QSA,L]