[wp-trac] [WordPress Trac] #6481: Fancy permalinks should be enabled on new sites

WordPress Trac noreply at wordpress.org
Wed Dec 31 03:21:08 UTC 2014


#6481: Fancy permalinks should be enabled on new sites
------------------------------------+------------------
 Reporter:  Denis-de-Bernardy       |       Owner:
     Type:  enhancement             |      Status:  new
 Priority:  normal                  |   Milestone:  4.2
Component:  Permalinks              |     Version:  2.7
 Severity:  minor                   |  Resolution:
 Keywords:  has-patch dev-feedback  |     Focuses:
------------------------------------+------------------

Comment (by dd32):

 > I don't see how pathinfo() would benefit us in this situation.

 Not the pathinfo() function, but rather the Pathinfo-based rewrites which
 some web servers (including apache) support

 Various forms of permalinks:
  - None: /site/index.php?p=123
  - Rewrites: /site/2014/12/25/my-post-title/
  - Pathinfo: /site/index.php/2014/12/25/my-post-title/

 See
 http://codex.wordpress.org/Using_Permalinks#PATHINFO:_.22Almost_Pretty.22

--
Ticket URL: <https://core.trac.wordpress.org/ticket/6481#comment:61>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list