From 0928143658cd53ed040d497502e27dac2dc48f18 Mon Sep 17 00:00:00 2001 From: donncha Date: Tue, 20 Feb 2007 13:09:26 +0000 Subject: Small change to files rewrite rule to fix #247 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@891 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- htaccess.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'htaccess.dist') diff --git a/htaccess.dist b/htaccess.dist index 6997668..3cf8a9e 100644 --- a/htaccess.dist +++ b/htaccess.dist @@ -6,7 +6,7 @@ RewriteCond %{HTTP_HOST} ^www\.(.*) RewriteRule ^(.*) http://%1/$1 [R,L] #uploaded files -RewriteRule ^(.*)?/?files/(.*) wp-content/blogs.php?file=$2 [L] +RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d -- cgit