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?
| ||||
|
feedback
|
|
Check out the following links:
Notice, that from the above link:
| |||||||
feedback
|
|
An indirect solution: .htaccess:
not_modified.php:
| |||
|
feedback
|