Make WordPress Core

Changes between Version 3 and Version 4 of Ticket #23221, comment 40


Ignore:
Timestamp:
01/21/2018 01:31:19 AM (7 years ago)
Author:
miklb
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23221, comment 40

    v3 v4  
    77{{{
    88rewrite ^/(wp-.*.php)$ /wp/$1 last;
    9 rewrite ^/(wp-(content|admin|includes).*) /wp/$1 last;
     9rewrite ^/(wp-(admin|includes).*) /wp/$1 last;
    1010}}}
    1111
     
    1313
    1414''Edit'' spoke too soon. While my subdomain installs work with these rules, my primary site is still using the /wp/ path, causing some issues, so back to drawing board.
     15
     16''Edit Edit'' updated second rewrite to remove wp-content, seems to be working better, but still some ghosts in machine.