• Hello,

    I tried to speed up website and edited the htaccess file with

    ## EXPIRES CACHING ##
    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType image/jpg “access 1 year”
    ExpiresByType image/jpeg “access 1 year”
    ExpiresByType image/gif “access 1 year”
    ExpiresByType image/png “access 1 year”
    ExpiresByType text/css “access 1 month”
    ExpiresByType text/html “access 1 month”
    ExpiresByType application/pdf “access 1 month”
    ExpiresByType text/x-javascript “access 1 month”
    ExpiresByType application/x-shockwave-flash “access 1 month”
    ExpiresByType image/x-icon “access 1 year”
    ExpiresDefault “access 1 month”
    </IfModule>
    ## EXPIRES CACHING ##

    and also minified the js and css in theme settings.

    The Pagespeed increased a little but AdSense ads stopped showing up. I disabled the minification and also removed the above code from htaccess file and even emptied page cache. But it didn’t work.

    Plugin is W3 Total Cache.

    Can anyone pleas help me resolve this?

Viewing 1 replies (of 1 total)
  • @wp Fan… Have you got the solution… i too facing the same problem on http://www.vector-draw.com. It was showing ads but i don’t know how and why it has stopped showing ads. I have tried disabling all the plugins and deleting the cache but… none was of any use. By the way i was using Wp Super cache plugin… is there any body who can look after the issue…

Viewing 1 replies (of 1 total)
  • The topic ‘AdSense ads disappeared after editing htaccess & minifying js,css.’ is closed to new replies.