[wp-trac] Re: [WordPress Trac] #3964: Aggressive matching in
rewrite.php
leads to "nothing matches" errors with custom rewrite endpoints
WordPress Trac
wp-trac at lists.automattic.com
Tue Mar 13 05:52:03 GMT 2007
#3964: Aggressive matching in rewrite.php leads to "nothing matches" errors with
custom rewrite endpoints
----------------------+-----------------------------------------------------
Reporter: jhodgdon | Owner: westi
Type: defect | Status: assigned
Priority: normal | Milestone: 2.2
Component: General | Version: 2.1.2
Severity: normal | Resolution:
Keywords: rewrite |
----------------------+-----------------------------------------------------
Comment (by jhodgdon):
One furthere note. Even with the call to add_rewrite_endpoints changed to
add_rewrite_endpoint( $langSwitchPermalink, 4095 );
(which should add all possible endpoints) I still do not get a matching
rule that will match
http://www.example.com/blogdir/foo/param
(except for the erroneous match on category/postslug) So maybe that is all
there is to the bug, that the endpoints generated are not sufficient to
match the main blog URL or the feed with my endpoint suffixes. Should I
just add them manually with a different function call? Should I have to?
--
Ticket URL: <http://trac.wordpress.org/ticket/3964#comment:9>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list