ecommercer
Member
Posted 2 years ago #
Could you please confirm that this module will work with WordPress 3.0?
I have a blog hosted at NginxHosting.com and just want to make sure that your module is compatitable with upcoming 3.0 version of WordPress.
Here are some news about WordPress 3.0 beta 1:
Download WordPress 3.0 Beta 1
Thank you.
http://wordpress.org/extend/plugins/nginx-compatibility/
Vladimir Kolesnikov
Member
Posted 2 years ago #
Yes, it is.
You will probably need to add this rule to your vhost's config if you are planning to use WP MultiSite feature:
location ^~ /files/ {
rewrite /files/(.+) /wp-includes/ms-files.php?file=$1 last;
}
My blog runs the latest WordPress (rev. 14622) and nginx 0.8.36.