SOURCES: horde.conf - updated to 3.3

baggins baggins at pld-linux.org
Fri Oct 10 00:49:16 CEST 2008


Author: baggins                      Date: Thu Oct  9 22:49:16 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated to 3.3

---- Files affected:
SOURCES:
   horde.conf (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SOURCES/horde.conf
diff -u SOURCES/horde.conf:1.11 SOURCES/horde.conf:1.12
--- SOURCES/horde.conf:1.11	Tue Feb 14 01:34:37 2006
+++ SOURCES/horde.conf	Fri Oct 10 00:49:10 2008
@@ -31,6 +31,14 @@
     order deny,allow
     deny from all
 </Directory>
+<Directory "/usr/share/horde/rpc">
+    <IfModule mod_rewrite.c>
+        RewriteEngine On
+        RewriteCond %{REQUEST_FILENAME} !-d
+        RewriteCond %{REQUEST_FILENAME} !-f
+        RewriteRule ^(.*)$ index.php/$1 [QSA,L]
+    </IfModule>
+</Directory>
 <Directory "/usr/share/horde/templates">
     order deny,allow
     deny from all
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/horde.conf?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list