How to activate browser caching on local site and push to live site?
-
Hello. I am building a site on my local computer, on a virtual nginx server. I am pushing the changes to my live site, on a remote Apache server. I would like to install your plugin and activate its browser caching feature. When I tried to activate it on my local site, I was met with the error:
Browser Caching is not working properly:
– Your server may not have the “expires” module enabled (mod_expires for Apache, ngx_http_headers_module for NGINX)
– Another plugin may be interfering with the configurationI don’t have any other caching plugins (but I do have the security plugin Wordfence installed). How can I properly do this?
Thanks.
edit: To be clear about my development, I am building the site on my local computer. Every time I make a change, I sync the files to the remove server using git, and push the local database to the remote server using a plugin (WP Sync DB).
- The topic ‘How to activate browser caching on local site and push to live site?’ is closed to new replies.