Changes between Version 3 and Version 4 of Ticket #23221, comment 40
- Timestamp:
- 01/21/2018 01:31:19 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23221, comment 40
v3 v4 7 7 {{{ 8 8 rewrite ^/(wp-.*.php)$ /wp/$1 last; 9 rewrite ^/(wp-( content|admin|includes).*) /wp/$1 last;9 rewrite ^/(wp-(admin|includes).*) /wp/$1 last; 10 10 }}} 11 11 … … 13 13 14 14 ''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.