Why is PHP discriminating between .php and .abc extensions for caching?
- by Sam
There seems to be a problem between how PHP engine handles identical files that differ only in their file extension.
Problem: "An If-Modified-Since conditional request returned the full content unchanged."
Also, I measured that the .php extension loads much faster than identitcal twin with .xxx extension even though the file contents are…