[wp-trac] [WordPress Trac] #22084: Tag pagination issue on nginx-hosted installs

WordPress Trac wp-trac at lists.automattic.com
Thu Oct 4 17:37:33 UTC 2012


#22084: Tag pagination issue on nginx-hosted installs
---------------------------+------------------------------
 Reporter:  iridox         |       Owner:
     Type:  defect (bug)   |      Status:  new
 Priority:  normal         |   Milestone:  Awaiting Review
Component:  Rewrite Rules  |     Version:
 Severity:  normal         |  Resolution:
 Keywords:                 |
---------------------------+------------------------------

Comment (by SergeyBiryukov):

 Didn't test with nginx yet, but the rule in `yoursite_init()` is similar
 to the default one:
 {{{
 tag/([^/]+)/page/?([0-9]{1,})/?$ =>
 index.php?tag=$matches[1]&paged=$matches[2]
 tag/(.+?)/page/?([0-9]{1,})/?$ =>
 index.php?tag=$matches[1]&paged=$matches[2]
 }}}
 The only difference is `([^/]+)` vs. `(.+?)`, which doesn't seem relevant.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/22084#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list