Nigro Simone

Results 42 comments of Nigro Simone

this works for both CDN and CloudFlare ```php /** * Sends HTTP/2 push header */ public function http2_header_add( $url, $as ) { if ( empty( $url ) ) return; $domain...

> we can make use of git clone @aelsharawi isn't a better idea clone the master branch in production, because it isn't "stable" for sure. When we have a stable...

@aelsharawi the better way is use the [latest release features](https://github.com/szepeviktor/w3-total-cache-fixed/releases/latest) link, it always redirect on the latest stable release.

just a last message. i have abbandoned this and other project for lack of time. **official w3tc is now in active development** with a free official support provided in the...

Default wp `.htaccess` isn't the right place. w3tc manage their minify rewrite rules in `\wp-content\cache\minify\.htaccess` ``` # BEGIN W3TC Minify core RewriteEngine On RewriteBase /wp-content/cache/minify/ RewriteCond %{HTTP:Accept-Encoding} gzip RewriteRule .*...

> But .htaccess level problem is still exist. When i carry rewrite rules from vhost to .htaccess w3 still working mhh, two question: 1. have you at host level `Require...

right... other two question 3. is `mod_rewrite.so` loaded? 4. in `/wp-content/cache/minify/.htaccess` `RewriteBase` is the right path? ``` # BEGIN W3TC Minify core RewriteEngine On RewriteBase /wp-content/cache/minify/ ``` i think your...

i think your web server don't handle `.htaccess ` Try to put a wrong code into `.htaccess` in a test directory, eg in _/my_test_folder/.htaccess_ insert: THIS DON'T COMPILE!!! AND CAUSE...

> i think my wp pretty links don't work too? nope, my suspect is your server handle only the htaccess on the root directory and ignore htaccess on the sub-directory,...