Subversion Repositories eFlore/Applications.coel

Rev

Rev 1719 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1662 raphael 1
#AddHandler x-httpd-php5 .php
2
AddDefaultCharset UTF-8
3
 
4
# Gestion du cache pour les fichiers GWT
5
<Files *.nocache.*>
6
	ExpiresDefault "access"
7
</Files>
8
<Files *.cache.*>
9
	ExpiresDefault "now plus 1 year"
10
</Files>
11
 
12
<filesMatch ".(html|css|js|gif|png)$">
13
	Header set Cache-Control: no-cache
14
</FilesMatch>