[wp-trac] Re: [WordPress Trac] #8076: General feed doesn't work with
permalink without mod_rewrite
WordPress Trac
wp-trac at lists.automattic.com
Tue Nov 11 11:59:22 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):
Do you delete your bowser cache?
The problem is, that the regex in line 141 doesn't match the default feed
URI. The default feed has no characters behind the last slash
".../index.php/feed/" but the regex matches after the slash. Therefore the
statement in line 145 becomes effective.
Changing `#/feed(/[a-z0-9-]` to `#/feed([/a-z0-9-]` must work ...
--
Ticket URL: <http://trac.wordpress.org/ticket/8076#comment:8>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list