Subversion Repositories eFlore/Applications.coel

Rev

Rev 1719 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1662 raphael 1
#AddHandler x-httpd-php5 .php
2
AddDefaultCharset UTF-8
3
 
1868 mathias 4
# Gestion du cache pour les fichiers GWT - nécessite mod_expires et mod_headers
1662 raphael 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
1719 raphael 14
</FilesMatch>
15
 
16
 
17
RewriteEngine On
18
 
19
RewriteRule ^appli:coel$ /Coel.html [QSA,L,R=302]
20
RewriteRule ^service:coel:(.+)$ /jrest/$1 [B,QSA,L]
21
RewriteRule ^widget:coel:(.+)$ /widget/$1 [QSA,L]