[wp-trac] [WordPress Trac] #16733: [16918] Broke PATHINFO custom taxomony permalinks
WordPress Trac
wp-trac at lists.automattic.com
Wed Mar 9 00:24:44 UTC 2011
#16733: [16918] Broke PATHINFO custom taxomony permalinks
---------------------------+--------------------
Reporter: markjaquith | Owner:
Type: defect (bug) | Status: new
Priority: high | Milestone: 3.1.1
Component: Rewrite Rules | Version: 3.1
Severity: major | Resolution:
Keywords: |
---------------------------+--------------------
Comment (by markjaquith):
My research has yielded these results. There's more to it. Regular
category permalinks were broken too.
== Structure = {{{/archives/%postname%}}} ==
'''3.0.5'''
* http://wp.dev/archives/people/mark-jaquith (works)
* http://wp.dev/archives/category/uncategorized (works)
'''3.1'''
* http://wp.dev/archives/people/mark-jaquith (works)
* http://wp.dev/archives/category/uncategorized (404)
* http://wp.dev/category/uncategorized (works, but it is a different URL!)
== Structure = {{{/index.php/archives/%postname%}}} ==
'''3.0.5'''
* http://wp.dev/index.php/archives/people/mark-jaquith (works)
* http://wp.dev/index.php/archives/category/uncategorized (works)
'''3.1'''
* http://wp.dev/index.php/archives/people/mark-jaquith (404)
* http://wp.dev/index.php/archives/category/uncategorized (404)
* http://wp.dev/index.php/category/uncategorized (works, but it is a
different URL!)
== Structure = {{{/%year%/%monthnum%/%postname%}}} ==
'''3.0.5'''
* http://wp.dev/people/mark-jaquith (works)
* http://wp.dev/category/uncategorized (works)
'''3.1'''
* http://wp.dev/people/mark-jaquith (works)
* http://wp.dev/category/uncategorized (works)
== Structure {{{/index.php/%year%/%monthnum%/%postname%}}}
'''3.0.5'''
* http://wp.dev/index.php/people/mark-jaquith (works)
* http://wp.dev/index.php/category/uncategorized (works)
'''3.1'''
* http://wp.dev/index.php/people/mark-jaquith (404)
* http://wp.dev/index.php/index.php/people/mark-jaquith (works, but it is
a different URL!)
* http://wp.dev/index.php/category/uncategorized (works)
--
Ticket URL: <http://core.trac.wordpress.org/ticket/16733#comment:6>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list