Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter twisha22

    (@twisha22)

    Hi,

    Thanks for the response.

    I have set up the whole site in my local system and in that it is working. The issue is on server. We have tried on different site and plugin is working correctly but only with the one site faced this issue and that is also because of the server,so no issue with the plugin actually.

    Best,
    Twisha

    Thread Starter twisha22

    (@twisha22)

    Here is the code of htaccess file. With the minify css disable because site is live, so I can not change this right now. But the issue is because of minify css only. It show 403 error and the permission is 777 for the folder and I delete the minifed css than also it shows the same error as well as I have cleared all cache but the same error is there.

    # BEGIN W3TC Page Cache core
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTP_COOKIE} w3tc_preview [NC]
    RewriteRule .* – [E=W3TC_PREVIEW:_preview]
    RewriteCond %{REQUEST_METHOD} !=POST
    RewriteCond %{QUERY_STRING} =””
    RewriteCond %{REQUEST_URI} \/$
    RewriteCond %{HTTP_COOKIE} !(comment_author|wp\-postpass|w3tc_logged_out|wordpress_logged_in|wptouch_switch_toggle) [NC]
    RewriteCond “%{DOCUMENT_ROOT}/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_PREVIEW}.html” -f
    RewriteRule .* “/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_PREVIEW}.html” [L]
    </IfModule>
    # END W3TC Page Cache core
    # BEGIN WordPress
    <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

    <IfModule mod_deflate.c>
    AddOutputFilterByType DEFLATE application/x-javascript application/javascript text/javascript text/css text/html text/xml
    </IfModule>
    <IfModule mod_expires.c>
    # Enable expirations
    ExpiresActive On
    # Default directive
    ExpiresDefault “access plus 1 month”
    # My favicon
    ExpiresByType image/x-icon “access plus 1 year”
    # Images
    ExpiresByType image/gif “access plus 1 month”
    ExpiresByType image/png “access plus 1 month”
    ExpiresByType image/jpg “access plus 1 month”
    ExpiresByType image/jpeg “access plus 1 month”
    # CSS
    ExpiresByType text/css “access 1 month”
    # Javascript
    ExpiresByType text/javascript “access plus 1 year”
    ExpiresByType application/javascript “access plus 1 year”
    </IfModule>

    Thread Starter twisha22

    (@twisha22)

    Hello Ashok.

    No its shared severs. Previously it was working. I have done few changes in site than after it’s stop working.

    This is one of my client’s site. And wordpress was installed before 2 years.

    Thread Starter twisha22

    (@twisha22)

    Yes, I have cleared page cache, but I don’t know why “async” is not added in script tag.

    Thread Starter twisha22

    (@twisha22)

    @sona

    Thanks! Just let me know once you release the update..!!

    Thread Starter twisha22

    (@twisha22)

    @sona

    That’s fine but what issue we are facing is, if I have created a gallery and but I have not publish it yet. Admin will publish. So when admin try to publish the gallery from list author will be changed to admin while the gallery is created by other user.

Viewing 6 replies - 1 through 6 (of 6 total)