skamp66 Posted November 24, 2013 Share Posted November 24, 2013 Hi, To return "304 Not Modified" headers in smarty I should use $cache_modified_check config/smarty.config.inc.php -----> $smarty->caching = true;add ---> $smarty->cache_modified_check = true; But this setting makes site work incorrectly config/smarty.config.inc.php -----> $smarty->caching = true; How to correctly add "304 Not Modified" and "If Modified Since" headers? 1 Link to comment Share on other sites More sharing options...
nersolar Posted November 20, 2014 Share Posted November 20, 2014 Hi, To return "304 Not Modified" headers in smarty I should use $cache_modified_check config/smarty.config.inc.php -----> $smarty->caching = true; add ---> $smarty->cache_modified_check = true; But this setting makes site work incorrectly config/smarty.config.inc.php -----> $smarty->caching = true; How to correctly add "304 Not Modified" and "If Modified Since" headers? how to solve this theme? any news? Link to comment Share on other sites More sharing options...
Recommended Posts