From c27bd93dd142ce81e44f9fdcf2a2e407f3176409 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Thu, 9 Dec 2010 22:27:29 +0100 Subject: [PATCH] Mode with propagation of the skinning mode (Closes #1355). Signed-off-by: Florent Bruneau --- core | 2 +- htdocs/.htaccess.in | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/core b/core index 668cbf4..7299bfc 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 668cbf42df8655290abfa1627250e593e1ff6cc7 +Subproject commit 7299bfcef8ccaffa52ecd0ca3adf92c84f79c248 diff --git a/htdocs/.htaccess.in b/htdocs/.htaccess.in index af51870..5e2ae43 100644 --- a/htdocs/.htaccess.in +++ b/htdocs/.htaccess.in @@ -2,6 +2,10 @@ RewriteEngine on RewriteBase @REWRITE_BASE@ +# Rewrites static files from embedded/raw|light +RewriteCond %{DOCUMENT_ROOT}/$2 -f +RewriteRule ^(embedded/[^/]+/)(.*)$ $2 [L] + # Rewrites URLs of the form 'index.php?q=x'. RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d -- 2.1.4