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. -- -David House, [EMAIL PROTECTED], http://xmouse.ithium.net _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
