Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @nicorel

    I am sorry about this. It appears that I did not get the notification for some reason. I have some additional questions.

    1. Are you using Open lite speed or Enterprise LiteSpeed?
    2. You are mentioning 20gb of files. Can you please share which options are enabled in the W3TC general settings and if DB caching and Object Caching are also enabled using the Disk caching method?
      Also which folder in the /cache/ folder is filling up?
    3. The Site Health notification is suggesting that you need to enable the Page Cahing, which you can enable in the Performance>General settings, and also you can enable cache-control,?expires,?age,?last-modified,?etag, headers in the BRowser Cache section. Make sure that Browser Cache is enabled in the General settings and enable those headers in Performance>Browser Cache.
    4. The .htaccess file you shared in the other post does not contain any W3TC rules. Possibly its because you are using OLS HTACCESS if you are on an Open Litespeed server

    Thanks!

    Thread Starter Nicorel

    (@nicorel)

    Hello,

    Thank you for answer.

    1. How to find this information via cpane?
    2. Browser Cache is on.
    3. If i enabled Page caching i get this answer from WP Touch.:

    Help<div class=”error”><p><strong style=”color: darkred”>WPtouch: W3 Total Cache needs to be configured to work correctly with WPtouch.</strong></p><p>Fixing this issue prevents cached desktop pages being served to mobile devices and vice-versa.</p><p>Once fixed, this message will be dismissed automatically. Until fixed, <em><strong>WPtouch will not be shown</strong></em> to mobile visitors, and cannot be previewed.</p><p>To fix the issue, follow our <a href=”https://support.wptouch.com/support/solutions/articles/5000537668-configuring-cache-plugins-for-wptouch?utm_campaign=cache_smash&utm_medium=web&utm_source=wptouch-pro&#8221; target=”_blank”>step-by-step setup guide</a> on support.wptouch.com</p></div>

    On Browser Cache i cannot make any new settings because i get the error that i told you before.

    4. latest .htaccess

    # END WordPress
    
    # php -- BEGIN cPanel-generated handler, do not edit
    
    # Set the “ea-php74” package as the default “PHP” programming language.
    
    <IfModule mime_module>
    
      AddHandler application/x-httpd-ea-php74 .php .php7 .phtml
    
    </IfModule>
    
    # php -- END cPanel-generated handler, do not edit
    
    # BEGIN litespeed noabort
    
    <IfModule rewrite_module>
    
            RewriteEngine On
    
            RewriteRule .* - [E=noabort:1]
    
    </IfModule>
    
    # END litespeed noabort
    
    # php -- END cPanel-generated handler, do not edit
    
    <IfModule mod_deflate.c>
    
        SetOutputFilter DEFLATE
    
        <IfModule mod_setenvif.c>
    
            # Netscape 4.x has some problems...
    
            BrowserMatch ^Mozilla/4 gzip-only-text/html
    
            # Netscape 4.06-4.08 have some more problems
    
            BrowserMatch ^Mozilla/4\.0[678] no-gzip
    
            # MSIE masquerades as Netscape, but it is fine
    
            # BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
    
            # NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48
    
            # the above regex won't work. You can use the following
    
            # workaround to get the desired effect:
    
            BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
    
            # Don't compress images
    
            SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary
    
        </IfModule>
    
        <IfModule mod_headers.c>
    
            # Make sure proxies don't deliver the wrong content
    
            Header append Vary User-Agent env=!dont-vary
    
        </IfModule>

    Maybe i’m on Open Litespeed server

    Thank you

    Nicos

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @nicorel

    Can you please share the name of your hosting provider?

    Thanks!

    Thread Starter Nicorel

    (@nicorel)

    Hello,

    MXHost from Romania.

    https://www.mxhost.ro

    Thank you

    Nicorel

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @nicorel

    Thank you for your feedback and sorry for the late reply. The .htaccess you shared is complete. As you can see, it starts with END WordPress so the core WP rules are missing.

    Have you checked with your hosting provider if which .htaccess is used in your evironment?

    Thanks!

    Thread Starter Nicorel

    (@nicorel)

    Hello,

    I found that my .htaccess file is longer the i provide you earlier.

    How to send you..not public?

    Nicorel

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @nicorel

    You can reach out to us directly via the plugin in Performance>Support and provide any helpful details.

    Thanks!

    Thread Starter Nicorel

    (@nicorel)

    Hello,

    Thank you. Done. SUBMITTED.

    Nicorel

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Errors not solved’ is closed to new replies.