Make WordPress Core

Opened 20 years ago

Closed 18 years ago

Last modified 18 years ago

#3549 closed defect (bug) (wontfix)

Post links aren't working with custom permalink structure and static posts page

Reported by: xerverius Owned by:
Priority: normal Milestone:
Component: General Version: 2.1
Severity: normal Keywords:
Cc: Focuses:

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)

#1 @ryan
20 years ago

  • Milestone 2.12.2

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.

#2 @foolswisdom
19 years ago

  • Milestone 2.22.4

#3 @azaozz
18 years ago

  • Resolutionwontfix
  • Status newclosed

No traction/updates in 2 years.

#4 @jacobsantos
18 years ago

  • Milestone 2.9
Note: See TracTickets for help on using tickets.