>
Download This Plugin | |
Download Elegant Themes | |
Name | nginx Compatibility |
Version | 0.2.5 |
Author | Vladimir Kolesnikov |
Rating | 0 |
Last updated | 2011-07-04 05:25:00 |
Downloads |
25186
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
nginx Compatibility plugin added 14 bytes of resources to the Home page and 28 bytes of resources to the sample Post page.
nginx Compatibility plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! nginx Compatibility plugin ads no tables to your Wordpress blog database.The plugin solves two problems:
wp_redirect
. Thus, all 301 redrects become 302 redirects
which may not be good for SEO. The plugin overrides wp_redirect
when it detects
that nginx is used.mod_rewrite
is not loaded (which is the case for nginx as
it does not load any Apache modules) it falls back to PATHINFO permalinks
in Permalink Settings page. nginx itself has built-in support for URL rewriting and does not need
PATHINFO permalinks. Thus, when the plugin detects that nginx is used, it makes WordPress think
that mod_rewrite
is loaded and it is OK to use pretty permalinks.The plugin does not require any configuration. It just does its work. You won't notice it — install and forget.
WARNING: nginx must be configured properly to support permalinks.