Skip to content

Instantly share code, notes, and snippets.

@DimaMinka
Created August 20, 2018 16:14
Show Gist options
  • Save DimaMinka/4ad6b1d45e4b0c4343fdcd2025df4f9e to your computer and use it in GitHub Desktop.
Save DimaMinka/4ad6b1d45e4b0c4343fdcd2025df4f9e to your computer and use it in GitHub Desktop.
multisite bedrock fix for url
if (!-e $request_filename) {
rewrite /wp-admin$ $scheme://$host$uri/ permanent;
rewrite ^/[_0-9a-zA-Z-]+(/.*\.php)$ /wp/$1 last;
rewrite ^/[_0-9a-zA-Z-]+(/wp-.*) /wp/$1 last;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment