Pages

Thursday, September 15, 2011

Website will not show updated design!!!


Some times your website code content changes will not appear on the Website page. In that case you need to enter the following code in your .htaccess file.

How to create .htacces file

Header set Cache-Control: "private, pre-check=0, post-check=0, max-age=0"
Header set Expires: 0
Header set Pragma: no-cache

Note: Only for UNIX platform.

No comments:

Post a Comment