This is the .htaccess located on /wp-content/plugins/wp-minify/min/ : <IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^(=.*) index.php?$1 </IfModule> And I'm not able to figure out what should I put on my nginx configuration file, this is what I've got so far: rewrite ^/wp-content/plugins/wp-minify/min/(=.*)$ /wp-content/plugins/wp-minify/min/index.php? (I know itby Zarafolas - Nginx Mailing List - English
This is the .htaccess located on /wp-content/plugins/wp-minify/min/ : <IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^(=.*) index.php?$1 </IfModule> And I'm not able to figure out what should I put on my nginx configuration file, this is what I've got so far: rewrite ^/wp-content/plugins/wp-minify/min/(=.*)$ /wp-content/plugins/wp-minify/min/index.php? (I knowby Zarafolas - Migration from Other Servers
That was it, thank you.by Zarafolas - Nginx Mailing List - English
I moved my website from apache to nginx and everything seems to be working as expected except (Well, I've only seen that error) when I try to create posts through the Atom publishing protocol which can be accesed via http://wordpressblog.com/wp-app.php, on apache it worked well but on nginx it gives me a 404 error, I think it's not only me because every other wordpress blog that is using nginx givby Zarafolas - Nginx Mailing List - English