Subversion Repositories Sites.tela-botanica.org

Compare Revisions

Ignore whitespace Rev 1038 → Rev 1039

/trunk/.htaccess
197,14 → 197,19
 
# Réecriture d'url pour les applications GWT/JS
RewriteRule ^appli:cel(2|)$ http://www.tela-botanica.org/eflore/cel2/cel2.html [QSA,L,R=302]
RewriteRule ^appli:cel-img:([0-9]{3})([0-9]{3})([0-9]{3})([^.]+)(.jpg|)$ sites/eflore/generique/images/projets/cel/$1/$2/$4/$1_$2_$3_$4.jpg [L]
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]
RewriteRule ^appli:coel$ http://www.tela-botanica.org/eflore/coel/Coel.html [QSA,L,R=302]
RewriteRule ^appli:efloreid$ http://www.tela-botanica.org/eflore/efloreId/ [L]
RewriteRule ^appli:plantnetid:plantscan$ http://www.tela-botanica.org/eflore/efloreId/prod/plantscan/ [L]
RewriteRule ^appli:plantnetid:eflore$ http://www.tela-botanica.org/eflore/efloreId/prod/eflore/ [L]
RewriteRule ^appli:plantnetid:dev$ http://www.tela-botanica.org/eflore/efloreId/dev/plantscan/ [L]
RewriteRule ^appli:plantnetid:dev_eflore$ http://www.tela-botanica.org/eflore/efloreId/dev/eflore/ [L]
 
# Réecriture d'url pour les Widgets
RewriteRule ^widget:cel:(.+)$ eflore/cel2/widget/$1 [QSA,L]
# Réecriture d'url pour les Services
RewriteRule ^service:cel:(.+)$ eflore/cel2/jrest/$1 [QSA,L]
# Réecriture d'url pour les Services
RewriteRule ^service:annuaire:(.+)$ client/annuaire_nouveau/actuelle/jrest/$1 [QSA,L]
 
# Temporaire pour test...
RewriteRule ^appli-test:cel(2|)$ http://www.tela-botanica.org/eflore-test/cel2/cel2.html [QSA,L,R=302]