Thanks! Just a couple of questions before I go ahead and change my .htaccess:
1) Does that method for removing index.php assume that the url structure is http://www.domain.com/index.php/templategroup/template? Or would it also work if its http://www.domain.com/directory/index.php/templategroup/template? The way my site is setup it has several “subsites” that reside in directories with their own index.php and path.php, though they all use the same .htaccess since they are closely integrated otherwise.
2) My template are…a few years old, to say the least, meaning there’s some legacy crud in there. When I put them together, it seems the pagination code behaved in a different way and was inserting an incorrectly placed index.php, hence the plugin. So it wasn’t actually used instead of an .htaccess rewrite to remove index.php, it was used in addition to one because the pagination code wasn’t working with the rewrites. But I am guessing that got fixed along the way?
Either way, I should be able to ditch that plugin everywhere and possibly also switch to the more concise rewrite you provided, depending on how it works with the url structure I mention above. So thank you. 😊