lynnchin
Forum Replies Created
-
I have found the problem now.
It appears that W3 Total Cache applied changes in .htaccess folder under /public_html instead of changing .htaccess file under each WP site directory. e.g. public_html/my.domain.name/
I am not too sure how is this happened.
I always thought W3 Total Cache always overwrite .htaccess file for each WP, instead of applying changes to the top level directory.
Is there is a particular settings I have enabled which will make it overwrite the .htaccess file in public_html directory?
Forum: Plugins
In reply to: [W3 Total Cache] Duplicated Max-age issueAh sorry looks like it is another issue. I will probably raise another card on this!
Forum: Plugins
In reply to: [W3 Total Cache] Duplicated Max-age issueHello, I am having exactly the same issue with duplicated max age issue?
I am still not sure how this can be fixed??? I have disabled both checkbox and still see duplicate max age issue.
Please advice.
Forum: Plugins
In reply to: [Autoptimize] Minify jquery-ui.cssI need more hints on this since I am not very familiar with wordPress coding.
Is there any way to find out which plugin is using it instead of disable ALL plugins and enable it one at a time?
Forum: Plugins
In reply to: [WP Super Cache] Gzip compression is not workingI have noticed this is NOT added after clicking the checkbox “Compress pages so they’re served more quickly to visitors” in Advanced tab.
<IfModule mod_deflate.c> # Compress HTML, CSS, JavaScript, Text, XML and fonts AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/vnd.ms-fontobject AddOutputFilterByType DEFLATE application/x-font AddOutputFilterByType DEFLATE application/x-font-opentype AddOutputFilterByType DEFLATE application/x-font-otf AddOutputFilterByType DEFLATE application/x-font-truetype AddOutputFilterByType DEFLATE application/x-font-ttf AddOutputFilterByType DEFLATE application/x-javascript AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE font/opentype AddOutputFilterByType DEFLATE font/otf AddOutputFilterByType DEFLATE font/ttf AddOutputFilterByType DEFLATE image/svg+xml AddOutputFilterByType DEFLATE image/x-icon AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/javascript AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/xml # Remove browser bugs (only needed for really old browsers) BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/html Header append Vary User-Agent </IfModule>
Can you please advice?
- This reply was modified 6 years, 4 months ago by lynnchin.