From 25c474992c231a31941cc78e2b15f31b6f7c7b9b Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Sat, 17 Jan 2004 11:21:27 +0000 Subject: [PATCH] Make category matching liberal in the mod_rewrite and then strip it in blog header, because we're going to need that for 1.1 anyway, people are having trouble with it moving from 1.0 -> 1.0.1, and the change isn't really needed. git-svn-id: https://develop.svn.wordpress.org/trunk@782 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/options-permalink.php | 2 +- wp-blog-header.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index f34c33efe5..6fa0887c26 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -151,7 +151,7 @@ $front = substr($permalink_structure, 0, strpos($permalink_structure, '%')); +RewriteRule ^?(.*) index.php?category_name=$1 [QSA]