From 9d7bd992175323d482b6545e4d1af9834c25fd63 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Nov 2012 23:39:59 +0100 Subject: php-horde-horde: fix apache config and rename to php-horde-horde.conf --- horde.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'horde.conf') 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 + # Apache 2.4 Require local @@ -20,6 +22,7 @@ Alias /horde /usr/share/horde RewriteEngine On + RewriteBase /horde/ RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ rampage.php [QSA,L] -- cgit