[Pkg-owncloud-commits] [owncloud] 67/145: remove css files from rewrite rule - there is no need to rewrite css any more
David Prévot
taffit at moszumanska.debian.org
Wed Feb 26 16:27:43 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 88a5f7d99490d3a1d3e1c3848654f4c41082b173
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date: Thu Jan 23 21:28:19 2014 +0100
remove css files from rewrite rule - there is no need to rewrite css any more
---
.htaccess | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.htaccess b/.htaccess
index fa6263c..4ba5095 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>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list