[wp-trac] [WordPress Trac] #4349: Category-based permalinks broken
in trunk
WordPress Trac
wp-trac at lists.automattic.com
Mon May 28 05:56:19 GMT 2007
#4349: Category-based permalinks broken in trunk
-------------------------+--------------------------------------------------
Reporter: markjaquith | Owner: ryan
Type: defect | Status: new
Priority: high | Milestone: 2.3
Component: General | Version: 2.3
Severity: major | Keywords: category needs-patch permalink
-------------------------+--------------------------------------------------
Category-based permalinks are broken in trunk (as of revision [5570])
Example permalink structure:
{{{
/index.php/%category%/%postname%/
}}}
Expected permalink:
{{{
http://example.com/index.php/cat-nicename/post-nicename/
}}}
Actual permalink:
{{{
http://example.com/index.php//post-nicename/
}}}
Also: typing the expected permalink into the address bar gives 404.
--
Ticket URL: <http://trac.wordpress.org/ticket/4349>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list