How to fix WordPress Multisite IIS pagination trailing slash issues
Using WordPress Multisite (3.3 – 3.4) on IIS7 with the standard URL Rewrite rules causes issues with trailing slashes and pagination links. Visiting a multisite blog without a trailing slash http://mydomain.com/blog1 causes pagination links to repeat and duplicate the blog slug in the URL causing a 404 error: http://mydomain.com/blog1/blog1/page/2/ To fix this, open up wp-includes/link-template.php [...]
