2 commits - plugins/calendar

Thomas Brüderli bruederli at kolabsys.com
Mon Aug 6 10:03:36 CEST 2012


 plugins/calendar/skins/.htaccess |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 38e4dc627e1eb2317c169f5c251fc6d82ab259ae
Merge: 2950e45 1143cc3
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Mon Aug 6 10:03:27 2012 +0200

    Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube



commit 2950e458a18f3f28e457efc86bd74f646bc55a13
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Mon Aug 6 10:03:21 2012 +0200

    Make RewriteRule work for images, too

diff --git a/plugins/calendar/skins/.htaccess b/plugins/calendar/skins/.htaccess
index 734b6cd..78bf4d9 100644
--- a/plugins/calendar/skins/.htaccess
+++ b/plugins/calendar/skins/.htaccess
@@ -2,4 +2,5 @@
 RewriteEngine On
 RewriteCond  %{REQUEST_FILENAME}  !-f
 RewriteCond  %{REQUEST_FILENAME}  !-d
-RewriteRule  larry/(.*)           %{REQUEST_URI}/../../classic/$1  [qsappend,last]
+RewriteRule  ^larry/(images/.*)    %{REQUEST_URI}/../../../classic/$1  [qsappend,last]
+RewriteRule  ^larry/(.*)           %{REQUEST_URI}/../../classic/$1  [qsappend,last]





More information about the commits mailing list