Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #9763, comment 12


Ignore:
Timestamp:
07/14/2011 11:21:36 AM (12 years ago)
Author:
hakre
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9763, comment 12

    initial v1  
    1212This should not be needed for the webserver technically. I smell that apache ''might'' (would be good to know actually) modify the `Location:` response header with relative URIs into ones with absolute URIs which is the '''requirement''' by the HTTP standard.
    1313
    14 So this plugin is not only fixing the issue with webserver recognition but also with those parts of the code (those parts have been reduced over the last months however) that do wrong redirects. It's a common mistake and I assume that many plugins are failing here as well. I think that's the reason why this has been added as well, but I can not suggest to take that part in.
     14So this plugin is not only fixing the issue with webserver recognition but also with those parts of the code (those parts have been reduced over the last months however, see #14062, #16909) that do wrong redirects. It's a common mistake and I assume that many plugins are failing here as well. I think that's the reason why this has been added as well, but I can not suggest to take that part in.