If a user has a file cached in their browser and they send a http request with an If-Modified-Since header, is there a way to automatically serve them a 304 Not Modified response using .htaccess?
If a user has a file cached in their browser and they send a
Share
An indirect solution:
.htaccess:
not_modified.php: