Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-01-24 00:28:19 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-02-06 18:13:23 +0400
commit88a5f7d99490d3a1d3e1c3848654f4c41082b173 (patch)
tree8157fe6d20f661febe22b2c653a7ea3da8c1c852 /.htaccess
parent04b4c7c042cbe321cf54add7395e4b710425f06e (diff)
remove css files from rewrite rule - there is no need to rewrite css any more
Diffstat (limited to '.htaccess')
-rwxr-xr-x.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index fa6263c7ffe..4ba5095e144 100755
--- a/.htaccess
+++ b/.htaccess
@@ -26,7 +26,7 @@ RewriteRule ^.well-known/carddav /remote.php/carddav/ [R]
RewriteRule ^.well-known/caldav /remote.php/caldav/ [R]
RewriteRule ^apps/calendar/caldav.php remote.php/caldav/ [QSA,L]
RewriteRule ^apps/contacts/carddav.php remote.php/carddav/ [QSA,L]
-RewriteRule ^apps/([^/]*)/(.*\.(css|php))$ index.php?app=$1&getfile=$2 [QSA,L]
+RewriteRule ^apps/([^/]*)/(.*\.(php))$ index.php?app=$1&getfile=$2 [QSA,L]
RewriteRule ^remote/(.*) remote.php [QSA,L]
</IfModule>
<IfModule mod_mime.c>