[wp-trac] Re: [WordPress Trac] #8076: General feed doesn't work with permalink without mod_rewrite

WordPress Trac wp-trac at lists.automattic.com
Mon Nov 10 22:09:16 GMT 2008


#8076: General feed doesn't work with permalink without mod_rewrite
------------------------+---------------------------------------------------
 Reporter:  schlafbaum  |        Owner:  markjaquith
     Type:  defect      |       Status:  new        
 Priority:  normal      |    Milestone:  2.7        
Component:  General     |      Version:  2.7        
 Severity:  normal      |   Resolution:             
 Keywords:              |  
------------------------+---------------------------------------------------
Comment (by nti):

 Instead of commenting line 145 out change the slash in the regex line 141
 from

 ('#/feed(/[a-z0-9-]*?(/+)?)?$#', '/', $paged_redirect['path'])

 to

 ('#/feed([/a-z0-9-]*?(/+)?)?$#', '/', $paged_redirect['path'])

-- 
Ticket URL: <http://trac.wordpress.org/ticket/8076#comment:5>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list