plugins/calendar

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


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

New commits:
commit 0b82e6bac641b17970b8cda82bd19e2bf705be57
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Mon Aug 6 10:09:14 2012 +0200

    Fix: repeat RewriteCond for every RewriteRule

diff --git a/plugins/calendar/skins/.htaccess b/plugins/calendar/skins/.htaccess
index 78bf4d9..a1b7bfb 100644
--- a/plugins/calendar/skins/.htaccess
+++ b/plugins/calendar/skins/.htaccess
@@ -1,6 +1,6 @@
 # get all unknown files from default skin folder
 RewriteEngine On
 RewriteCond  %{REQUEST_FILENAME}  !-f
-RewriteCond  %{REQUEST_FILENAME}  !-d
 RewriteRule  ^larry/(images/.*)    %{REQUEST_URI}/../../../classic/$1  [qsappend,last]
+RewriteCond  %{REQUEST_FILENAME}  !-f
 RewriteRule  ^larry/(.*)           %{REQUEST_URI}/../../classic/$1  [qsappend,last]





More information about the commits mailing list