From f40163a955671cc128575e2b90b8e4f103e9417f Mon Sep 17 00:00:00 2001 From: donncha Date: Wed, 28 Jun 2006 11:38:53 +0000 Subject: Display uploaded images in subdirs. Fixes #47 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@609 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 8a9288f..6997668 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=$1 [L] +RewriteRule ^(.*)?/?files/(.*) wp-content/blogs.php?file=$2 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d -- cgit