summaryrefslogtreecommitdiffstats
path: root/htaccess.dist
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-09-15 15:29:59 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-09-15 15:29:59 +0000
commitf10d2aae34d616c76675bea4c0ee528475ff8a80 (patch)
treebad687d46cb43cba715fd2ba9780ed119686a0b6 /htaccess.dist
parent0b54af8c60505e130596e2b8ee36ad31c37070f9 (diff)
downloadwordpress-mu-f10d2aae34d616c76675bea4c0ee528475ff8a80.tar.gz
wordpress-mu-f10d2aae34d616c76675bea4c0ee528475ff8a80.tar.xz
wordpress-mu-f10d2aae34d616c76675bea4c0ee528475ff8a80.zip
Categories are in /tag now, update your .htaccess rules!
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@333 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'htaccess.dist')
-rw-r--r--htaccess.dist5
1 files changed, 5 insertions, 0 deletions
diff --git a/htaccess.dist b/htaccess.dist
index 7605cb2..1a4f621 100644
--- a/htaccess.dist
+++ b/htaccess.dist
@@ -18,6 +18,11 @@ RewriteRule ^wp-content/themes/(.*) BASE/wp-inst/wp-content/themes/$1 [L]
RewriteRule ^([_0-9a-zA-Z-]+)/category/(.*)/page/(.*)/ BASE/wp-inst/index.php?wpblog=$1&category_name=$2&paged=$3 [L]
RewriteRule ^([_0-9a-zA-Z-]+)/category/(.*)/(feed|rdf|rss|rss2|atom)/?$ BASE/wp-inst/wp-feed.php?wpblog=$1&category_name=$2&feed=$3 [L]
RewriteRule ^([_0-9a-zA-Z-]+)/category/?(.*) BASE/wp-inst/index.php?wpblog=$1&category_name=$2 [L]
+
+RewriteRule ^([_0-9a-zA-Z-]+)/tag/(.*)/page/(.*)/ BASE/wp-inst/index.php?wpblog=$1&category_name=$2&paged=$3 [L]
+RewriteRule ^([_0-9a-zA-Z-]+)/tag/(.*)/(feed|rdf|rss|rss2|atom)/?$ BASE/wp-inst/wp-feed.php?wpblog=$1&category_name=$2&feed=$3 [L]
+RewriteRule ^([_0-9a-zA-Z-]+)/tag/?(.*) BASE/wp-inst/index.php?wpblog=$1&category_name=$2 [L]
+
RewriteRule ^([_0-9a-zA-Z-]+)/author/(.*)/(feed|rdf|rss|rss2|atom)/?$ BASE/wp-inst/wp-feed.php?wpblog=$1&author_name=$2&feed=$3 [L]
RewriteRule ^([_0-9a-zA-Z-]+)/author/?(.*) BASE/wp-inst/index.php?wpblog=$1&author_name=$2 [L]
RewriteRule ^([_0-9a-zA-Z-]+)/([0-9]{4})/?([0-9]{1,2})?/?([0-9]{1,2})?/?([_0-9a-zA-Z-]+)?/?([0-9]+)?/?$ BASE/wp-inst/index.php?wpblog=$1&year=$2&monthnum=$3&day=$4&name=$5&page=$6 [L]