Subversion Repositories eFlore/Applications.coel

Rev

Rev 1662 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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