[wp-trac] [WordPress Trac] #38038: Global $_GET parameter is broken in multisite subdirectory install

WordPress Trac noreply at wordpress.org
Tue Sep 13 11:50:40 UTC 2016


#38038: Global $_GET parameter is broken in multisite subdirectory install
--------------------------+------------------------------
 Reporter:  arkimedia     |       Owner:
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Permalinks    |     Version:  4.6.1
 Severity:  normal        |  Resolution:  invalid
 Keywords:                |     Focuses:  multisite
--------------------------+------------------------------
Changes (by arkimedia):

 * keywords:  reporter-feedback =>
 * status:  new => closed
 * resolution:   => invalid


Comment:

 Yes, issue happens with the correct url, but I already found a root cause
 for this issue.

 I was missing the $args parameter  in my nginx.conf, which is required in
 subdirectory install.

 After I changed

 {{{try_files $uri $uri/ /index.php;}}}

 to
 {{{try_files $uri $uri/ /index.php?$args;}}}

 everything is working correctly.

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


More information about the wp-trac mailing list