Subversion Repositories Sites.tela-botanica.org

Rev

Rev 1039 | Rev 1055 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1039 Rev 1052
Line 197... Line 197...
197
 
197
 
198
# Réecriture d'url pour les applications GWT/JS
198
# Réecriture d'url pour les applications GWT/JS
199
RewriteRule ^appli:cel(2|)$ http://www.tela-botanica.org/eflore/cel2/cel2.html [QSA,L,R=302]
199
RewriteRule ^appli:cel(2|)$ http://www.tela-botanica.org/eflore/cel2/cel2.html [QSA,L,R=302]
200
RewriteRule ^appli:cel-img:([0-9]{3})([0-9]{3})([0-9]{3})([^.]+)(.jpg|)$ eflore/cel/images/$1/$2/$4/$1_$2_$3_$4.jpg [L]
200
RewriteRule ^appli:cel-img:([0-9]{3})([0-9]{3})([0-9]{3})([^.]+)(.jpg|)$ eflore/cel/images/$1/$2/$4/$1_$2_$3_$4.jpg [L]
201
RewriteRule ^appli:coel$ http://www.tela-botanica.org/eflore/coel/Coel.html [QSA,L,R=302]
-
 
202
RewriteRule ^appli:plantnetid:plantscan$ http://www.tela-botanica.org/eflore/efloreId/prod/plantscan/ [L]
201
RewriteRule ^appli:coel$ http://www.tela-botanica.org/eflore/coel/Coel.html [QSA,L,R=302]
203
RewriteRule ^appli:plantnetid:eflore$ http://www.tela-botanica.org/eflore/efloreId/prod/eflore/ [L]
-
 
204
RewriteRule ^appli:plantnetid:dev$ http://www.tela-botanica.org/eflore/efloreId/dev/plantscan/ [L]
-
 
Line 205... Line 202...
205
RewriteRule ^appli:plantnetid:dev_eflore$ http://www.tela-botanica.org/eflore/efloreId/dev/eflore/ [L]
202
RewriteRule ^appli:plantnetid:.* http://plantnetid.plantnet-project.org [L]
206
 
203
 
207
# Réecriture d'url pour les Widgets
204
# Réecriture d'url pour les Widgets
208
RewriteRule ^widget:cel:(.+)$ eflore/cel2/widget/$1 [QSA,L]
205
RewriteRule ^widget:cel:(.+)$ eflore/cel2/widget/$1 [QSA,L]
209
# Réecriture d'url pour les Services
206
# Réecriture d'url pour les Services
210
RewriteRule ^service:cel:(.+)$ eflore/cel2/jrest/$1 [QSA,L]
207
RewriteRule ^service:cel:(.+)$ eflore/cel2/jrest/$1 [QSA,L]
Line 211... Line 208...
211
# Réecriture d'url pour les Services
208
RewriteRule ^service:eflore:(.+)$ eflore/services/$1 [QSA,L]
212
RewriteRule ^service:annuaire:(.+)$ client/annuaire_nouveau/actuelle/jrest/$1 [QSA,L]
209
RewriteRule ^service:annuaire:(.+)$ client/annuaire_nouveau/actuelle/jrest/$1 [QSA,L]
213
 
210