diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-19 23:39:59 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-19 23:39:59 +0100 |
commit | 9d7bd992175323d482b6545e4d1af9834c25fd63 (patch) | |
tree | a2a63611f0f994930da0f86d17c444fd0b42332e /horde.conf | |
parent | d943ec2f01916826fe417a4e82918f499c67529c (diff) |
php-horde-horde: fix apache config and rename to php-horde-horde.conf
Diffstat (limited to 'horde.conf')
-rw-r--r-- | horde.conf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |