Disable server Cashing Print

  • 0

Sometimes the server cash can be an issue for scripts, this is easily bypassed by putting the following code into a .htaccess file. 

RewriteEngine On
RewriteRule .* - [E=Cache-Control:no-cache] 

Was this answer helpful?

« Back

Powered by WHMCompleteSolution