Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter ldimitrov

    (@ldimitrov)

    Hi,

    Thank you for the follow up.

    Yes, I can confirm that currently, my .htaccess file that is in

    ./wp-content/cache/page_enhanced has the original rules

    # BEGIN W3TC Page Cache cache
    AddDefaultCharset UTF-8
    FileETag MTime Size
    <IfModule mod_mime.c>
        AddType text/html .html_gzip
        AddEncoding gzip .html_gzip
        AddType text/xml .xml_gzip
        AddEncoding gzip .xml_gzip
    </IfModule>
    <IfModule mod_setenvif.c>
        SetEnvIfNoCase Request_URI \.html_gzip$ no-gzip
        SetEnvIfNoCase Request_URI \.xml_gzip$ no-gzip
    </IfModule>
    <IfModule mod_expires.c>
        ExpiresActive On
        ExpiresByType text/html M3600
    </IfModule>
    <IfModule mod_headers.c>
        Header set Vary "Accept-Encoding, Cookie"
        Header set Pragma "public"
        Header append Cache-Control "public"
    </IfModule>
    # END W3TC Page Cache cache
    

    Feel free to test and/or if you need further access, f.e. wp-admin user, please let me know.

Viewing 1 replies (of 1 total)