[wp-trac] [WordPress Trac] #12700: Malformed permalinks for feeds and paged / generate_rewrite_rules
WordPress Trac
wp-trac at lists.automattic.com
Fri Mar 26 14:15:34 UTC 2010
#12700: Malformed permalinks for feeds and paged / generate_rewrite_rules
--------------------------+-------------------------------------------------
Reporter: t31os_ | Owner: ryan
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.0
Component: Permalinks | Version: 3.0
Severity: normal | Keywords: has-patch commit
--------------------------+-------------------------------------------------
Comment(by t31os_):
Enable permalinks(any structure), dump/print the rewrite array, and look
at the rules..
[[BR]]
{{{
print '<pre>';
print_r( get_option( 'rewrite_rules' ) );
print '<pre>';
}}}
.. or whichever method you prefer ..[[BR]]
[[BR]]
You'll see six rules that look like so.
[[BR]][[BR]]
'''Example:'''[[BR]]
''index.php?&feed''[[BR]]
''index.php?&paged''[[BR]]
Are you saying these will still be mapped correctly by Apache even when
they are malformed?
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12700#comment:12>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list