Hello!
I have a little question about caching... for now.. i dont use caching for my website. i want to start using it and i found i tuto here
so i'll start to using ExpiresByType
I have a question:
Warning! If you set a far future expiry date for something and then update one of those files, you must change the name of the file for the browser to re-fetch it.
If i start cached today, and tomorrow i edit my css file...
Should i have to rename it or i can just add parameter as <link rel="stylesheet" href="style.css?v34">
Will that work?
Also, Google talk about Expires, Does it the same as ExpiresByType?
Thanks a lot
PAscal