On Sat, 2005-11-26 at 10:58 -0500, Austin Matzko wrote: > On 11/26/05, David House <[EMAIL PROTECTED]> wrote: > > It should. All plugins that use rewrite rules should still work, as > > long as they use $wp_rewrite and don't attempt to write to .htaccess > > directly. > > Also, an old plugin's rewrite rules might not work if it uses the > "mod_rewrite_rules" filter, which seems in 2.0 to apply only to the > ones written out in .htaccess, not all of the rules, as it did in > earlier versions.
'mod_rewrite_rules' works as it always has. It was intended only for those who needed to add funky mod_rewrite specific stuff to the rules before write out to htaccess. 'generate_rewrite_rules' is the proper method of inserting rewrite rules that will work with all of our supported rewrite methods, not just mod_rewrite. The Feed Director plugin offers a simple example of how to do this. http://boren.nu/downloads/feed_director.phps Ryan _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
