[wp-trac] [WordPress Trac] #16807: with_front => false doesn't work with PATHINFO permalinks
WordPress Trac
wp-trac at lists.automattic.com
Wed Mar 9 18:41:16 UTC 2011
#16807: with_front => false doesn't work with PATHINFO permalinks
--------------------------+-----------------------------
Reporter: duck_ | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.0
Severity: normal | Keywords:
--------------------------+-----------------------------
When running WordPress with
[http://codex.wordpress.org/Using_Permalinks#PATHINFO:_.22Almost_Pretty.22
PATHINFO permalinks] any plugin registering a custom post type or custom
taxonomy using `with_front => false` in the rewrite argument just will not
work since the /index.php is required.
/index.php cannot be treated like any other front since it is actually
required for the permalinks to work.
We might want to internalize PATHINFO into WP_Rewrite so it doesn't get
stripped like this.
Related: #16733
--
Ticket URL: <http://core.trac.wordpress.org/ticket/16807>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list