Why isn't this rewrite rule (nginx) applied? (trying to setup Wordpress multisite)
- by Brian Park
Hi, I'm trying to setup Wordpress multisite (subfolder structure) with nginx, but having a problem with this rewrite rule.
Below is the Apache's .htaccess, which I have to translate into nginx configuration.
RewriteEngine On
RewriteBase /blogs/
RewriteRule ^index\.php$ - [L]
# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+)…