source: trunk/bookmarks/.htaccess @ 295

Revision 295, 436 bytes checked in by Andreas.rindler, 3 years ago (diff)

Reverted changes introduced in [292] and [293] that had overwritten previous bug fixes.

Line 
1# 2008-11-23: Turn on compression and content caching to improve performance. arindler
2ExpiresActive On
3ExpiresByType image/gif "access plus 28 days"
4ExpiresByType image/png "access plus 28 days"
5ExpiresByType text/css "access plus 28 days"
6ExpiresByType text/js "access plus 28 days"
7ExpiresByType application/x-javascript "access plus 28 days"
8
9AddOutputFilterByType DEFLATE text/html text/css text/js application/x-javascript
Note: See TracBrowser for help on using the repository browser.