jamshidpour
Forum Replies Created
-
Forum: Reviews
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] It’s just greatNice to see the plugin which i have spent times on it (translating), it’s now the best in this part.
It has a nice feeling.Forum: Plugins
In reply to: [Check and Enable GZIP compression] unable to enable it,I have updated the plugin, i click on “Enable GZIP Compression” and i receive the success message, But after refreshing the page i see:
“GZIP is not enabled ??
GZIP is not enabled for https://bosch-land.com 85.1% could be saved”Here is the debug info:
isApache: 1 (Apache)
enabled: 1
enabled-htaccess: 1
plugin: 1.1.1Forum: Plugins
In reply to: [Check and Enable GZIP compression] unable to enable it,Are you working on it ericmulder?
Forum: Plugins
In reply to: [Check and Enable GZIP compression] unable to enable it,Thank you Eric for fast responding, the following is my .htaccess content:
# BEGIN WordPress
# BEGIN GZIP COMPRESSION BY RICHARD’S TOOLBOX
<IfModule mod_deflate.c>
#add content typing
AddType application/x-gzip .gz .tgz
AddEncoding x-gzip .gz .tgz# Insert filters
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE application/x-httpd-php
AddOutputFilterByType DEFLATE application/x-httpd-fastphp
AddOutputFilterByType DEFLATE image/svg+xml# Drop problematic browsers
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html# Make sure proxies don’t deliver the wrong content
Header append Vary User-Agent env=!dont-vary
</IfModule>
# END GZIP COMPRESSION
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Plugins
In reply to: [Check and Enable GZIP compression] unable to enable it,I have the same problem as jsrobinson.
I click on “Enable GZIP Compression” and i receive the following success message:
“You’re blessed! It’s GZIP Enabled. GZIP is enabled. Enjoy!”
But after refreshing the page i see:
“GZIP is not enabled ??
GZIP is not enabled for https://bosch-land.com 85.1% could be saved”
and when i check it on checkgzipcompression.com it says GZIP is not anabled.
When i check the preview mode URL (temporarily enabled GZIP Compression) on the checkgzipcompression.com it says that GZIP Compression is enabled.kind regards