summaryrefslogtreecommitdiffstats
path: root/htaccess.dist
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-11-25 11:27:27 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-11-25 11:27:27 +0000
commitc1ef28a0c9034737265c5b31b3dcea0e759ce500 (patch)
tree6f94da7cc40f9620b29b7b72bb329dedfa338d08 /htaccess.dist
parent9d447d872c7a8f914c14dc7a0f981be51d214227 (diff)
downloadwordpress-mu-c1ef28a0c9034737265c5b31b3dcea0e759ce500.tar.gz
wordpress-mu-c1ef28a0c9034737265c5b31b3dcea0e759ce500.tar.xz
wordpress-mu-c1ef28a0c9034737265c5b31b3dcea0e759ce500.zip
WP Merge
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@447 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'htaccess.dist')
-rw-r--r--htaccess.dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/htaccess.dist b/htaccess.dist
index 1a4f621..2d84a4c 100644
--- a/htaccess.dist
+++ b/htaccess.dist
@@ -9,8 +9,8 @@ RewriteRule ^(.*) http://%1/$1 [R,L]
#### blogs
###
RewriteRule ^([_0-9a-zA-Z-]+)/templates/(.*) BASE/wp-inst/wp-content/blogs/$1/templates/$2 [L]
-RewriteRule ^([_0-9a-zA-Z-]+)/files/(.*) BASE/wp-inst/wp-content/blogs/$1/files/$2 [L]
-RewriteRule ^([_0-9a-zA-Z-]+)/wp-content/blogs/(.*)/files/(.*) BASE/wp-inst/wp-content/blogs/$1/files/$3 [L]
+RewriteRule ^([_0-9a-zA-Z-]+)/files/(.*) BASE/wp-inst/wp-content/blogs.php?file=$1 [L]
+RewriteRule ^([_0-9a-zA-Z-]+)/wp-content/blogs/(.*)/files/(.*) BASE/wp-inst/wp-content/blogs.php?file=$3 [L]
RewriteRule ^([_0-9a-zA-Z-]+)/wp-content/themes/(.*) BASE/wp-inst/wp-content/themes/$2 [L]
RewriteRule ^wp-content/themes/(.*) BASE/wp-inst/wp-content/themes/$1 [L]