03.10
apache
saved
leveille
Note
Setting up file caching, a very simple example
Setting up file caching, a very simple example
- #yes, this sets caching to 1 year for all served files, however implementing
- #some sort of versioning filename scheme prevents a lot of file serve issues when changes are made to file
- <IfModule expires_module>
- ExpiresActive on
- ExpiresDefault "access 1 year"
- </IfModule>
Parsed in 0.002 seconds, using GeSHi 1.0.7.14