Jump to content

How to return "304 Not Modified" and "If Modified Since" header


Recommended Posts

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?

  • Like 1
Link to comment
Share on other sites

  • 11 months later...

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

×
×
  • Create New...