From f10d2aae34d616c76675bea4c0ee528475ff8a80 Mon Sep 17 00:00:00 2001 From: donncha Date: Thu, 15 Sep 2005 15:29:59 +0000 Subject: 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 --- htaccess.dist | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'htaccess.dist') 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] -- cgit