Setting Cache-Control header in plesk results in contradiction
I needed to set Cache-Control to be enabled for mobile caching in an app. Problem was no matter what I put in the .htaccess the response header did not change. It stayed as Cache-Control:no-store, no-cache, must-revalidate, post-check=0, pre-check=0 I tried…