#3549 closed defect (bug) (wontfix)
Post links aren't working with custom permalink structure and static posts page
Reported by: | xerverius | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.1 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
When you create a static page with the page slug 'blog' and use a custom permalink structure '/blog/%post_id%', clicking on a blog title stops working (so users are unable to post a comment). When you change the structure to '/blog/%postname%' it works again.
I've used the mod_rewrite rules from the permalinks page.
Apache 2.2.3, PHP 4.4.4 an MySQL 5.0.27.
Wordpress from SVN revision 4709.
Change History (4)
Note: See
TracTickets for help on using
tickets.
This creates a rewrite rule collision. The best we could do is prevent using blog as a page name if /blog/ is the permalink root.