Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev 1094 Rev 1096
Line 26... Line 26...
26
RewriteCond %{REQUEST_FILENAME} !-f
26
RewriteCond %{REQUEST_FILENAME} !-f
Line 27... Line 27...
27
 
27
 
28
# Raccourci pour l'inscription
28
# Raccourci pour l'inscription
Line -... Line 29...
-
 
29
RewriteRule ^_ins_([0-9a-z]*)$ papyrus.php?menu=22&action=ajouter&id=$1 [L]
-
 
30
 
-
 
31
# Réecriture d'url pour les enquêtes/opérations
-
 
32
RewriteRule ^operation:(.+)$ /enquetes/$1/index.html [L]
29
RewriteRule ^_ins_([0-9a-z]*)$ papyrus.php?menu=22&action=ajouter&id=$1 [L]
33
RewriteRule ^enquete:(.+)$ /enquetes/$1/index.html [L]
30
 
34
 
31
# Réecriture vers tela-botanica.net
35
# Réecriture vers tela-botanica.net
32
RewriteRule ^phpmyadmin(.*)$ http://sql.tela-botanica.net$1 [QSA,L,R=301]
36
RewriteRule ^phpmyadmin(.*)$ http://sql.tela-botanica.net$1 [QSA,L,R=301]
33
RewriteRule ^(gestion.*)$ http://www.tela-botanica.net/$1 [QSA,L,R=301]
37
RewriteRule ^(gestion.*)$ http://www.tela-botanica.net/$1 [QSA,L,R=301]
34
RewriteRule ^calendrier\/calendars\/publish\.mozilla\.php\/(.+)\.ics$ http://www.tela-botanica.net/calendriers/calendars/publish.php/$1.ics [QSA,L,R=301]
38
RewriteRule ^calendrier\/calendars\/publish\.mozilla\.php\/(.+)\.ics$ http://www.tela-botanica.net/calendriers/calendars/publish.php/$1.ics [QSA,L,R=301]
35
RewriteRule ^calendrier\/(.*)$ http://www.tela-botanica.net/calendriers/$1 [QSA,L,R=301]
-
 
36
RewriteRule ^enquetes\/utilisateurs_eflore$ http://www.tela-botanica.net/enquetes/index.php?sid=1&newtest=Y [QSA,L,R=301]
39
RewriteRule ^calendrier\/(.*)$ http://www.tela-botanica.net/calendriers/$1 [QSA,L,R=301]
37
RewriteRule ^(enquetes.*)$ http://www.tela-botanica.net/$1 [QSA,L,R=301]
40
RewriteRule ^enquetes\/utilisateurs_eflore$ http://www.tela-botanica.net/enquetes/index.php?sid=1&newtest=Y [QSA,L,R=301]
Line 38... Line 41...
38
RewriteRule ^telabotanica\/(.*)$ http://www.tela-botanica.net/intranet/$1 [QSA,L,R=301]
41
RewriteRule ^telabotanica\/(.*)$ http://www.tela-botanica.net/intranet/$1 [QSA,L,R=301]
39
RewriteRule ^photos(.*)$ http://www.tela-botanica.net/photos$1 [QSA,L,R=301]
42
RewriteRule ^photos(.*)$ http://www.tela-botanica.net/photos$1 [QSA,L,R=301]
Line 91... Line 94...
91
RewriteRule ^eflore\/(nn)([0-9]*)-([0-9a-zA-Z]*)$ /bdtfx-nn-$2 [R=301]
94
RewriteRule ^eflore\/(nn)([0-9]*)-([0-9a-zA-Z]*)$ /bdtfx-nn-$2 [R=301]
92
RewriteRule ^eflore\/(nn)([0-9]*)-([0-9a-zA-Z]*)-v([0-9.]*)$ /bdtfx-nn-$2 [R=301]
95
RewriteRule ^eflore\/(nn)([0-9]*)-([0-9a-zA-Z]*)-v([0-9.]*)$ /bdtfx-nn-$2 [R=301]
93
RewriteRule ^eflore\/BDNFF\/([0-9.]+)\/nn\/([0-9]+)[/]?$ /bdtfx-nn-$2 [R=301]
96
RewriteRule ^eflore\/BDNFF\/([0-9.]+)\/nn\/([0-9]+)[/]?$ /bdtfx-nn-$2 [R=301]
94
RewriteRule ^eflore\/BDNFF\/(derniere_version|[*])\/nn\/([0-9]+)$ /bdtfx-nn-$2 [R=301]
97
RewriteRule ^eflore\/BDNFF\/(derniere_version|[*])\/nn\/([0-9]+)$ /bdtfx-nn-$2 [R=301]
95
RewriteRule ^eflore\/BDNFF\/nn\/([0-9]+)$ /bdtfx-nn-$1 [R=301]
98
RewriteRule ^eflore\/BDNFF\/nn\/([0-9]+)$ /bdtfx-nn-$1 [R=301]
-
 
99
RewriteRule ^eflore\/BDNFF\/([0-9]+|\*)\/nn\/([0-9]+)/([0-9a-zA-Z]*)$ /bdtfx-nn-$2 [R=301]
96
########
100
########
Line 97... Line 101...
97
 
101
 
98
 
102
 
Line 178... Line 182...
178
RewriteRule ^bdnfr\/nt([0-9]*)$ papyrus.php?menu=136&flore=REU&xslt=identitetaxon.xsl&servicexml=donneidentitestaxons.php&numclass=1&numtaxon=$1 [L]
182
RewriteRule ^bdnfr\/nt([0-9]*)$ papyrus.php?menu=136&flore=REU&xslt=identitetaxon.xsl&servicexml=donneidentitestaxons.php&numclass=1&numtaxon=$1 [L]
Line 179... Line 183...
179
 
183
 
180
#RewriteRule ^([^/]*\.css)$ wikini/isff/$1 [L]
184
#RewriteRule ^([^/]*\.css)$ wikini/isff/$1 [L]
Line -... Line 185...
-
 
185
#RewriteRule ^wikini/([^/]+)/([^.]*)$ wikini/$1/wakka.php?wiki=$2 [L]
181
#RewriteRule ^wikini/([^/]+)/([^.]*)$ wikini/$1/wakka.php?wiki=$2 [L]
186
 
182
 
187
#Redirections pour le nouvel eflore
183
RewriteRule ^(bdtfx|bdtxa)$ papyrus.php?menu=899&referentiel=$1&niveau=2 [QSA,L]
188
RewriteRule ^(bdtfx)$ papyrus.php?menu=899&referentiel=$1&niveau=2 [QSA,L]
-
 
189
RewriteRule ^(bdtfx)[-/:]nn[-/:]([0-9]+)$ papyrus.php?menu=899&referentiel=$1&niveau=2&module=fiche&action=fiche&num_nom=$2 [QSA,L]
-
 
190
RewriteRule ^(bdtfx)[-/:]([0-9]+)[-/:]nn[-/:]([0-9]+)$ papyrus.php?menu=899&referentiel=$1&niveau=2&module=fiche&action=fiche&num_nom=$2 [QSA,L]
-
 
191
 
-
 
192
#Redirections pour le nouvel eflore antilles (à fusionner avec les règles du dessus lors du passage en prod)
Line 184... Line 193...
184
RewriteRule ^(bdtfx|bdtxa)[-/:]nn[-/:]([0-9]+)$ papyrus.php?menu=899&referentiel=$1&niveau=2&module=fiche&action=fiche&num_nom=$2 [QSA,L]
193
RewriteRule ^(bdtxa)[-/:]nn[-/:]([0-9]+)$ /eflore-test/consultation/index.php?referentiel=bdtxa&niveau=2&module=fiche&action=fiche&num_nom=$2 [QSA,R]
185
RewriteRule ^(bdtfx|bdtxa)[-/:]([0-9]+)[-/:]nn[-/:]([0-9]+)$ papyrus.php?menu=899&referentiel=$1&niveau=2&module=fiche&action=fiche&num_nom=$2 [QSA,L]
194
RewriteRule ^(bdtxa)[-/:]([0-9]+)[-/:]nn[-/:]([0-9]+)$ /eflore-test/consultation/index.php?referentiel=bdtxa&niveau=2&module=fiche&action=fiche&num_nom=$2 [QSA,R]
186
 
195
 
187
# Redirection d'url pour les vielles applications de Papyrus
196
# Redirection d'url pour les vielles applications de Papyrus
Line 212... Line 221...
212
RewriteRule ^urn:lsid:tela-botanica.org:coel:per([0-9]+)$ papyrus.php?menu=108&module=FichePersonne&id=$1 [L]
221
RewriteRule ^urn:lsid:tela-botanica.org:coel:per([0-9]+)$ papyrus.php?menu=108&module=FichePersonne&id=$1 [L]
Line 213... Line 222...
213
 
222
 
214
# Réecriture d'url pour les applications GWT/JS
223
# Réecriture d'url pour les applications GWT/JS
215
RewriteRule ^appli:cel$ http://www.tela-botanica.org/eflore/cel/appli/cel2.html [QSA,L,R=302]
224
RewriteRule ^appli:cel$ http://www.tela-botanica.org/eflore/cel/appli/cel2.html [QSA,L,R=302]
-
 
225
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]
216
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]
226
RewriteRule ^appli:cel-img-test:([0-9]{3})([0-9]{3})([0-9]{3})([^.]+)(.jpg|)$ eflore-test/cel/images/$1/$2/$4/$1_$2_$3_$4.jpg [L]
-
 
227
RewriteRule ^appli:coel$ http://www.tela-botanica.org/eflore/coel/Coel.html [QSA,L,R=302]
217
RewriteRule ^appli:coel$ http://www.tela-botanica.org/eflore/coel/Coel.html [QSA,L,R=302]
228
RewriteRule ^appli:del http://www.tela-botanica.org/eflore/del/del.html [NE,QSA,L]
-
 
229
RewriteRule ^appli:identiplante$ http://www.tela-botanica.org/eflore/del/del.html [QSA,L]
Line 218... Line 230...
218
RewriteRule ^appli:plantnetid:.* http://plantnetid.plantnet-project.org [L]
230
RewriteRule ^appli:pictoflora$ http://www.tela-botanica.org/eflore/del/del.html#page_recherche_images [NE,QSA,L]
219
 
231
 
-
 
232
# Réecriture d'url pour les Services
220
# Réecriture d'url pour les Services
233
RewriteRule ^service:cel:(.+)$ eflore/cel/jrest/$1 [QSA,L]
-
 
234
RewriteRule ^service:del:(.+)$ eflore/del/services/$1 [QSA,L]
221
RewriteRule ^service:cel:(.+)$ eflore/cel/jrest/$1 [QSA,L]
235
RewriteRule ^service:annuaire:(.+)$ client/annuaire_nouveau/actuelle/jrest/$1 [QSA,L]
222
RewriteRule ^service:annuaire:(.+)$ client/annuaire_nouveau/actuelle/jrest/$1 [QSA,L]
236
 
223
# Réecriture d'url pour photoflora : attention bien laisser le index.php car le serveur photoflora ne supporte pas le htaccess
237
# Réecriture d'url pour photoflora : attention bien laisser le index.php car le serveur photoflora ne supporte pas le htaccess
224
RewriteRule ^service:eflore:([0-9]\.[0-9])/photoflora/images$ http://photoflora.free.fr/eflore-photoflora/services/index.php/$1/projets/photoflora/images [QSA,L]
238
RewriteRule ^service:eflore:([0-9]\.[0-9])/photoflora/images$ http://photoflora.free.fr/eflore-photoflora/services/index.php/$1/projets/photoflora/images [QSA,L]
Line 225... Line 239...
225
RewriteRule ^service:eflore:([0-9]\.[0-9])/([^/]+)/(v[0-9]+[_.][0-9]+|[+*]|v[0-9]+)/([^/]+)/?(.*)?$ /eflore/services/$1/projets/$2/$4/$5?version.projet=$3
239
RewriteRule ^service:eflore:([0-9]\.[0-9])/([^/]+)/(v[0-9]+[_.][0-9]+|[+*]|v[0-9]+)/([^/]+)/?(.*)?$ /eflore/services/$1/projets/$2/$4/$5?version.projet=$3
-
 
240
RewriteRule ^service:eflore:([0-9]\.[0-9])/([^/]+)/(.+)$ /eflore/services/$1/projets/$2/$3
226
RewriteRule ^service:eflore:([0-9]\.[0-9])/([^/]+)/(.+)$ /eflore/services/$1/projets/$2/$3
241
 
-
 
242
# Raccourcis pour eFlore v5
-
 
243
RewriteRule ^eflore:wiki:([^/]+)nt([0-9]+)$ http://www.tela-botanica.org/wikini/eFloreRedaction/wakka.php?wiki=$1nt$2 [L]
-
 
244
RewriteRule ^donnees:([^/]+)/(.*)$ eflore/donnees/$1/$2 [L]
-
 
245
 
Line 227... Line 246...
227
 
246
RewriteRule ^eflore-test:wiki:([^/]+)nt([0-9]+)$ http://www.tela-botanica.org/wikini/eFloreRedactionTest/wakka.php?wiki=$1nt$2 [L]
228
# Raccourcis pour les donnees d'eflore
247
RewriteRule ^test\/nn\/([0-9]+)$ /eflore-test/consultation?referentiel=bdtfx&niveau=2&module=fiche&action=fiche&num_nom=$1 [L]
Line 229... Line -...
229
RewriteRule ^donnees:([^/]+)/(.*)$ eflore/donnees/$1/$2 [L] 
-
 
230
 
-
 
231
# Réecriture d'url pour les widgets
-
 
232
RewriteRule ^widget:cel:(.+)$ eflore/cel/widget/$1 [QSA,L]
-
 
233
 
248
RewriteRule ^mobile:([^-]+)-nn-([0-9]+)$ /eflore-test/consultation/index_mobile.php?module=mobile&referentiel=$1&num_nom=$2 [L]
-
 
249
 
-
 
250
# Réecriture d'url pour les widgets
-
 
251
RewriteRule ^widget:cel:(.+)$ eflore/cel/widget/$1 [QSA,L]
-
 
252
 
-
 
253
# Temporaire pour test...
-
 
254
RewriteRule ^appli:test:del$ http://www.tela-botanica.org/eflore-test/del-test/del.html [L,QSA]
234
#Redirections pour eflore beta
255
RewriteRule ^appli:test:identiplante$ http://www.tela-botanica.org/eflore-test/del-test/del.html [L,NE,QSA]
235
RewriteRule ^eflore-test:wiki:([^/]+)nt([0-9]+)$ http://www.tela-botanica.org/wikini/floratest/wakka.php?wiki=$1nt$2 [L]
-
 
236
RewriteRule ^test\/nn\/([0-9]+)$ /eflore-test/consultation?referentiel=bdtfx&niveau=2&module=fiche&action=fiche&num_nom=$1 [L]
-
 
237
 
-
 
238
# Temporaire pour test...
-
 
239
RewriteRule ^appli-test:cel(2|)$ http://www.tela-botanica.org/eflore-test/cel/appli/cel2.html [QSA,L,R=302]
-
 
240
RewriteRule ^appli:test:del$ http://www.tela-botanica.org/eflore-test/del/del.html [L]
-
 
241
RewriteCond %{QUERY_STRING} (.+)
-
 
242
RewriteRule ^appli:test:del:identifier$ http://www.tela-botanica.org/eflore-test/del/del.html?%1#page_recherche_observations [NE,L]
256
RewriteRule ^appli:test:pictoflora$ http://www.tela-botanica.org/eflore-test/del-test/del.html#page_recherche_images [L,NE,QSA]
243
RewriteCond %{QUERY_STRING} (.+)
257
RewriteRule ^test-service:del:(.+)$ eflore-test/del-test/services/$1 [QSA,L]
-
 
258
RewriteRule ^service:test:del:(.+)$ eflore-test/del-test/services/$1 [QSA,L]
244
RewriteRule ^appli:test:del:recherche$ http://www.tela-botanica.org/eflore-test/del/del.html?%1#page_recherche_images [NE,L]
259
 
245
RewriteRule ^appli:test:del:identifier$ http://www.tela-botanica.org/eflore-test/del/del.html#page_recherche_observations [NE]
260
RewriteRule ^appli-test:cel(2|)$ http://www.tela-botanica.org/eflore-test/cel/appli/cel2.html [QSA,L,R=302]
246
RewriteRule ^appli:test:del:recherche$ http://www.tela-botanica.org/eflore-test/del/del.html#page_recherche_images [NE]
261
RewriteRule ^test-service:cel:(.+)$ eflore-test/cel/jrest/$1 [QSA,L]
-
 
262
RewriteRule ^service:test:cel:(.+)$ eflore-test/cel/jrest/$1 [QSA,L]
247
RewriteRule ^test-service:cel:(.+)$ eflore-test/cel/jrest/$1 [QSA,L]
263
 
Line 248... Line 264...
248
RewriteRule ^service:test:cel:(.+)$ eflore-test/cel/jrest/$1 [QSA,L]
264
RewriteRule ^test-service:eflore:([0-9]\.[0-9])/photoflora/images$ http://photoflora.free.fr/eflore-photoflora/services/index.php/$1/projets/photoflora/images
249
RewriteRule ^test-service:eflore:([0-9]\.[0-9])/photoflora/images$ http://photoflora.free.fr/eflore-photoflora/services/index.php/$1/projets/photoflora/images
265
RewriteRule ^test-service:eflore:([0-9]\.[0-9])/([^/]+)/(v[0-9]+[_.][0-9]+|[+*]|v[0-9]+)/([^/]+)/?(.*)?$ /eflore-test/services/$1/projets/$2/$4/$5?version.projet=$3
250
RewriteRule ^test-service:eflore:([0-9]\.[0-9])/([^/]+)/(v[0-9]+[_.][0-9]+|[+*]|v[0-9]+)/([^/]+)/?(.*)?$ /eflore-test/services/$1/projets/$2/$4/$5?version.projet=$3
266
RewriteRule ^test-service:eflore:([0-9]\.[0-9])/([^/]+)/(.+)$ /eflore-test/services/$1/projets/$2/$3