.htaccess to nginx, how to make wp-minify work?

Zarafolas nginx-forum at nginx.us
Wed Mar 23 21:57:22 MSK 2011


This is the .htaccess located on /wp-content/plugins/wp-minify/min/ :

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^([a-z]=.*) index.php?$1 [L,NE]
</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/([a-z]=.*)$
/wp-content/plugins/wp-minify/min/index.php?

(I know it's incomplete)
Any ideas?
Thank you,
Regards.

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,185233,185233#msg-185233




More information about the nginx mailing list