What I wrote was not a technical explaination( important note) juts the way I ended in a working 2.0b2 updated install (I don't know if it is of any importance but I use Wp-Cache) using the not-very-scientifical-but-working try-fail-try something else approach ...
Without copying as I posted the old rewrite rules for UTW, the permalink doesn't work on my install
Luc
2005/11/26, David House <[EMAIL PROTECTED]
>:
On 26/11/05, Luc Saint-Elie <[EMAIL PROTECTED] > wrote:
> Doug,
Assume you meant David :)
> No they don't for two reasons :
>
> 1: some plugin add their rewrite rules INSIDE WP's one (for example ultimate
> tag warrior ) si their rules are deleted by the new system
> 2: as the new system catches all request to index.php, the plug in rules
> must be written in the htaccess file BEFORE wp bloc
You don't understand. The rewrite rules that WP writes out to
.htaccess just send everything through index.php. Then, code within
index.php decides what rewrite rules have been matched and loads the
correct posts, files, etc. If UTW uses $wp_rewrite to add its rules,
then UTW's rules will be added to the list that WP compares against
(they're not deleted). So, any requests destined for UTW will still be
caught correctly.
_______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
