paul1999
Member
Posted 2 years ago #
Hi,
W3 Total Cache is great, but there does not appear to be any nginx support.
Can anyone post their nginx rewrite rules that they are using with W3TC. I am especially looking for a convertion of the .htacces minification rules (in wp-content/w3tc/min/.htaccess).
# BEGIN W3TC Minify
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^([a-z0-9\-_]+)\.(include(-footer)?(-nb)?)\.(css|js)$ index.php?gg=$1&g=$2&t=$5 [L]
</IfModule>
For nginx you would have to create your own directives. It's not formally supported yet (by me).
paul1999
Member
Posted 2 years ago #
fredericktownes, thanks for your reply.
paul1999
Member
Posted 2 years ago #
Oh, and I forgot to say: W3 Total Cache is AWESOME. Thanks for creating it :)
Thanks for that, there are lots of choices out there and unfortunately very little facts so please help your friends.
Thanks Pranav Rastogi, the development version of W3TC now natively supports nginx.
Strategy Web Designs
Member
Posted 1 year ago #
Hello Frederick,
Can we use the development version on a production site? Also, am I correct in assuming that the SVN Trunk version is the development version?
Thanks and be well,
Moshe
Uhm... this was 3 months ago. So I'm not sure ... if the development version is / was now the production version?
(I just moved to Nginx/APC/PHP-FPM/PHP5.3.5)