From ec98ecff052425643765d7acb8d4af62d33a13cf Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Wed, 2 May 2012 21:33:54 +0200 Subject: [PATCH] Catch old app paths, change them to new form --- .htaccess | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 100975ef4cb..6ffdaab8faf 100644 --- a/.htaccess +++ b/.htaccess @@ -14,8 +14,10 @@ php_value memory_limit 512M RewriteEngine on -RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last] +RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteRule ^.well-known/carddav /remote/carddav.php [R] RewriteRule ^.well-known/caldav /remote/caldav.php [R] + +RewriteRule ^apps/([^/]*)/(.*.(css|php))$ index.php?app=$1&getfile=$2 [QSA,L] -Options -Indexes \ No newline at end of file +Options -Indexes -- 2.39.5