Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #6481, comment 61


Ignore:
Timestamp:
12/31/2014 03:21:53 AM (10 years ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6481, comment 61

    initial v1  
    11> I don't see how pathinfo() would benefit us in this situation.
    22
    3 Not the pathinfo() function, but rather the Pathinfo-based rewrites which some web servers (including apache) support
     3Not the `pathinfo()` function, but rather the Pathinfo-based rewrites which some web servers (including apache) support
    44
    55Various forms of permalinks:
    66 - None: /site/index.php?p=123
    77 - Rewrites: /site/2014/12/25/my-post-title/
    8  - Pathinfo: /site/index.php/2014/12/25/my-post-title/
     8 - Pathinfo: /site/**index.php/**2014/12/25/my-post-title/
    99
    1010See http://codex.wordpress.org/Using_Permalinks#PATHINFO:_.22Almost_Pretty.22