• Resolved Md Parvej Ansari

    (@parwejrnc)


    When i enable Multisite using subdirectories function and minify file status “404” so my multisite subdirectory not working properly, because minify folder are empty /var/www/html/wp-content/cache/minify/*empty .

    Website: https://wahwahyar.com/hindi

    # BEGIN W3TC Minify cache
    location ~ /hindi/wp-content/cache/minify/.*js_gzip$ {
        gzip off;
        types {}
        default_type application/x-javascript;
        add_header Content-Encoding gzip;
        expires 31536000s;
        etag on;
        if_modified_since exact;
        add_header Pragma "public";
        add_header Cache-Control "public";
        add_header X-Powered-By "W3 Total Cache/0.13.2";
        add_header Referrer-Policy "no-referrer-when-downgrade";
        add_header Vary "Accept-Encoding";
    }
    location ~ /hindi/wp-content/cache/minify/.*css_gzip$ {
        gzip off;
        types {}
        default_type text/css;
        add_header Content-Encoding gzip;
        expires 31536000s;
        etag on;
        if_modified_since exact;
        add_header Pragma "public";
        add_header Cache-Control "public";
        add_header X-Powered-By "W3 Total Cache/0.13.2";
        add_header Referrer-Policy "no-referrer-when-downgrade";
        add_header Vary "Accept-Encoding";
    }

    Helps you. About my server:
    – Nginx
    – WordPress Multisite
    – Php 7.2
    – Cloudflare Full Site Delivery (Cache everything)

    Thank you. Let me know your feedback.
    Best regards.

    The page I need help with: [log in to see the link]

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

    (@vmarko)

    Hello @parwejrnc

    I am sorry about the issue you are experiencing and I am happy to assist you with this.
    I’ve inspected the provided website and I am not seeing the issue. Is minify enabled on that website?
    Are you using a single configuration multisite?
    Thank yoU!

    Thread Starter Md Parvej Ansari

    (@parwejrnc)

    Yeah i am using a single configuration multisite.. when i remove the cdn configuration then error gone.

    Thank you for replying

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘W3TotalCache JS and css Minify folder are empty’ is closed to new replies.