[wp-trac] Re: [WordPress Trac] #7306: Error 404 with
/index.php/%postname%/ permalink strucutre
WordPress Trac
wp-trac at lists.automattic.com
Tue Jul 15 11:31:45 GMT 2008
#7306: Error 404 with /index.php/%postname%/ permalink strucutre
---------------------+------------------------------------------------------
Reporter: aarnet | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.7
Component: General | Version:
Severity: normal | Resolution:
Keywords: |
---------------------+------------------------------------------------------
Comment (by DD32):
Appears to be caused by a conflict with the Tag base when using Pathinfo
permalinks.
This is the Tag rewrite rule:
{{{
'index.php/(.+?)/?$' => string 'index.php?tag=$matches[1]'
}}}
Which prevents Postnames from being matched.
One solution is to add category and tag basenames.
--
Ticket URL: <http://trac.wordpress.org/ticket/7306#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list