Correct .htaccess to serve content from default/ if larry/ skin files are not available

This commit is contained in:
Jeroen van Meeuwen (Kolab Systems) 2012-07-28 09:25:56 +02:00
parent 5343592b86
commit 5720e0f41f

View file

@ -2,4 +2,4 @@
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) ../default/$1 [qsappend,last]
RewriteRule larry/(.*) %{REQUEST_URI}/../../default/$1 [qsappend,last]