From 4f9e8bb26c0a6a2e6fe60414c6c820858062c554 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 4 Nov 2012 14:55:37 +0100 Subject: php-horde-horde: mew package --- horde.conf | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 horde.conf (limited to 'horde.conf') diff --git a/horde.conf b/horde.conf new file mode 100644 index 0000000..c8096a0 --- /dev/null +++ b/horde.conf @@ -0,0 +1,57 @@ +Alias /horde /usr/share/horde + + + # **IMPORTANT** By default, everyone accessing Horde is automatically logged + # in as 'Administrator'. This is a security risk! It is very important that + # you change the authentication backend under the 'Authentication' tab. + # For this reason, Horde is currently only accessible from localhost. + + + # Apache 2.4 + Require local + + + # Apache 2.2 + Order Deny,Allow + Deny from All + Allow from 127.0.0.1 + Allow from ::1 + + + + RewriteEngine On + RewriteCond %{REQUEST_FILENAME} !-d + RewriteCond %{REQUEST_FILENAME} !-f + RewriteRule ^(.*)$ rampage.php [QSA,L] + + + + + Deny from all + + + + Deny from all + + + + Deny from all + + + + Deny from all + + + + Deny from all + + + + + RewriteEngine On + RewriteCond %{REQUEST_FILENAME} !-d + RewriteCond %{REQUEST_FILENAME} !-f + RewriteRule ^(.*)$ index.php/$1 [QSA,L] + + + -- cgit