Subversion Repositories Sites.tela-botanica.org

Rev

Rev 1084 | Rev 1094 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1084 aurelien 1
# Raccourci pour les applications intégrées à Papyrus
2
RewriteEngine on
3
 
4
# Pour une interruption du site web de Tela Botanica dÃcommenter les deux lignes ci-dessous
5
#RewriteCond %{REMOTE_ADDR}  !^162\.38\.23[14]\.[0-9]+$
6
#RewriteCond %{REMOTE_ADDR}  !^193\.54\.123\.169$
7
#RewriteCond %{REMOTE_ADDR}  !^127\.0\.0\.1$
8
#RewriteRule !^index_interruption.html$ http://www.tela-botanica.org/index_interruption.html [L,R=302]
9
 
10
# Anti-spam de referrers
11
RewriteCond %{REQUEST_URI}?%{QUERY_STRING} ^.*(referrers|referrers_sites)(&global=1)$
12
RewriteCond %{HTTP_REFERER} !^http://www\.tela-botanica\.org [NC]
13
RewriteCond %{HTTP_REFERER} !^http://photoflora\.free\.fr [NC]
14
RewriteCond %{HTTP_REFERER} !^http://www\.outils-reseaux\.org [NC]
15
RewriteRule .* - [F,L]
16
RewriteCond %{HTTP_REFERER} ^.*(baseballpass|caninestrike|greg-tut|vipsefeed|easytrafficticket|flatcatsite|bosja|bigcallc|easytrafficticket|cavalier\.ring-pcb)\.com.*$ [OR]
17
RewriteCond %{HTTP_REFERER} ^.*(dogstrike)\.net.*$ [OR]
18
RewriteCond %{HTTP_REFERER} ^.*(viagra|sex|hardcore|porn|pussy|xxx|webcam|ficken|fuck|gay|boobs|babes|x\-pictures|macinstruct|incest|linuxwaves|secureroot).*$
19
RewriteCond %{HTTP_REFERER} !^http://www\.tela-botanica\.org [NC]
20
RewriteCond %{HTTP_REFERER} !^http://photoflora\.free\.fr [NC]
21
RewriteCond %{HTTP_REFERER} !^http://www\.outils-reseaux\.org [NC]
22
RewriteRule .* - [F,L]
23
 
24
# si le fichier ou le dossier existe dans le système de fichier on l'utilise directement
25
RewriteCond %{REQUEST_FILENAME} !-d
26
RewriteCond %{REQUEST_FILENAME} !-f
27
 
28
# Raccourci pour l'inscription
29
RewriteRule ^_ins_([0-9a-z]*)$ papyrus.php?menu=22&action=ajouter&id=$1 [L]
30
 
31
# Réecriture vers tela-botanica.net
32
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]
34
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]
37
RewriteRule ^(enquetes.*)$ http://www.tela-botanica.net/$1 [QSA,L,R=301]
38
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]
40
 
41
# Redirection pour la page d'accueil
42
RewriteRule ^index\.php$ http://www.tela-botanica.org/index.html [QSA,L,R=301]
43
 
44
# Redirection pour les mondes (compatibilité)
45
RewriteRule ^(botanique)$ http://www.tela-botanica.org/site:$1 [QSA,L,R=301]
46
RewriteRule ^(reseau)$ http://www.tela-botanica.org/site:$1 [QSA,L,R=301]
47
RewriteRule ^(actu)alites$ http://www.tela-botanica.org/site:$1 [QSA,L,R=301]
48
RewriteRule ^(projets|projet|atelier|ateliers)$ http://www.tela-botanica.org/site:projets [QSA,L,R=301]
49
 
50
# Raccourci supplémentaires pour les menus
51
RewriteRule ^(eflore)$ http://www.tela-botanica.org/page:$1 [QSA,L,R=301]
52
RewriteRule ^(biblio)$ http://www.tela-botanica.org/page:bibliotheque [QSA,L,R=301]
53
RewriteRule ^bdnff$ papyrus.php?menu=39 [L]
54
RewriteRule ^articles$ http://www.tela-botanica.org/page:publications_tela [QSA,L,R=301]
55
RewriteRule ^environnement$ http://www.tela-botanica.org/page:biodiversite [QSA,L,R=301]
56
RewriteRule ^page:etudes_en_ligne$ http://www.tela-botanica.org/page:articles_en_ligne [L,R=301]
57
 
58
# Raccourci pour Projets
59
RewriteRule ^Local/tela/documents/fr/(.*)$ http://www.tela-botanica.org/client/projet/fichiers/$1 [L,R=301]
60
RewriteRule ^projets/$ papyrus.php?menu=291 [L]
61
RewriteRule ^projets/([^/]+)$ papyrus.php?menu=291&id_projet=$1 [L]
62
RewriteRule ^projets/([^/]+)/([^/]*)$ papyrus.php?menu=291&id_projet=$1&act=$2 [L]
63
RewriteRule ^projets/[^/]+/wikini/wikini/(.*)$ wikini/$1 [L]
64
RewriteRule ^projets/([^/]+)/wikini/(.*)$ papyrus.php?menu=291&id_projet=$1&act=wikini&wiki=$2 [L]
65
RewriteRule ^projets/([^/]+)/documents/([^/]*)$ papyrus.php?menu=291&id_projet=$1&act=documents&id_repertoire=$2 [L]
66
RewriteRule ^projets/([^/]+)/(telechargement)/(.*)$ papyrus.php?menu=291&id_projet=$1&act=documents&id_document=$3&service=$2 [L]
67
RewriteRule ^projets/([^/]+)/documents/(.*)/(telechargement)/(.*)$ papyrus.php?menu=291&id_projet=$1&act=documents&id_repertoire=$2&id_document=$4&service=$3 [L]
68
#Redirection définitive concernant l'ancien emplacement des Wikini dans l'appli Projets
69
RewriteCond %{REQUEST_URI}?%{QUERY_STRING} ^/client/projet/wikini/wakka\.php\?wikini=([^&]+)&wiki=([^&]+).*$ [NC]
70
RewriteRule ^client/projet/wikini/wakka\.php$ http://www.tela-botanica.org/wikini/%1/wakka.php?wiki=%2 [L,R=301]
71
 
72
# Raccourci pour Projets-Forums
73
RewriteRule ^forum_gestionnature$ papyrus.php?menu=134&forum=gestionnature [L]
74
 
75
# Raccourci pour eFlore :
76
# OpenSearch
77
RewriteRule ^eflore\/(BDNFF)\/([*0-9.]*)\/opensearch$ papyrus.php?menu=39&module=open_search&cpr=$1&cprv=$2 [L]
78
RewriteRule ^eflore\/(BDAFN)\/([*0-9.]*)\/opensearch$ papyrus.php?menu=425&module=open_search&cpr=$1&cprv=$2 [L]
79
RewriteRule ^eflore\/(BDNBE)\/([*0-9.]*)\/opensearch$ papyrus.php?menu=374&module=open_search&cpr=$1&cprv=$2 [L]
80
RewriteRule ^eflore\/(BDNFM)\/([*0-9.]*)\/opensearch$ papyrus.php?menu=455&module=open_search&cpr=$1&cprv=$2 [L]
81
# Flux RSS du wikini d'eFlore
82
RewriteRule ^eflore\/(BDNFF)\/rss$ papyrus.php?menu=39&module=fiche&action=rss&cpr=$1&nn=1 [L]
83
RewriteRule ^eflore\/(BDAFN)\/rss$ papyrus.php?menu=425&module=fiche&action=rss&cpr=$1&nn=500000 [L]
84
RewriteRule ^eflore\/(BDNBE)\/rss$ papyrus.php?menu=374&module=fiche&action=rss&cpr=$1&nn=500000 [L]
85
RewriteRule ^eflore\/(BDNFM)\/rss$ papyrus.php?menu=455&module=fiche&action=rss&cpr=$1&nn=500000 [L]
86
 
87
 
88
######## REDIRECTION ANCIEN EFLORE VERS LE NOUVEAU
89
# Redirection des fiches ancien eflore sur le nouveau (seulement sur le nn)
1085 aurelien 90
RewriteRule ^eflore\/(nn)([0-9]*)$ /bdtfx-nn-$2 [R=301]
91
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]
93
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]
95
RewriteRule ^eflore\/BDNFF\/nn\/([0-9]+)$ /bdtfx-nn-$1 [R=301]
1084 aurelien 96
########
97
 
98
 
99
######## ANCIEN EFLORE
100
# Anciennes fiches eflore accessibles par le nt
101
RewriteRule ^eflore\/(nt)([0-9]*)$ papyrus.php?menu=39&module=fiche&$1=$2 [L]
102
RewriteRule ^eflore\/(nt)([0-9]*)-(BDNBE)$ papyrus.php?menu=374&module=fiche&cpr=$3&$1=$2 [L]
103
RewriteRule ^eflore\/(nt)([0-9]*)-([0-9a-zA-Z]*)$ papyrus.php?menu=39&module=fiche&cpr=$3&$1=$2 [L]
104
RewriteRule ^eflore\/(nt)([0-9]*)-(BDNBE)-v([0-9.]*)$ papyrus.php?menu=374&module=fiche&cpr=$3&cprv=$4&$1=$2 [L]
105
RewriteRule ^eflore\/(nt)([0-9]*)-([0-9a-zA-Z]*)-v([0-9.]*)$ papyrus.php?menu=39&module=fiche&cpr=$3&cprv=$4&$1=$2 [L]
106
 
107
# Chemin de type dossier
108
RewriteRule ^eflore\/(BDAFN)\/([0-9.]+)\/(nn|nt)\/([0-9]+)[/]?$ papyrus.php?menu=425&module=fiche&cpr=$1&cprv=$2&$3=$4 [L]
109
RewriteRule ^eflore\/(BDNFM)\/([0-9.]+)\/(nn|nt)\/([0-9]+)[/]?$ papyrus.php?menu=455&module=fiche&cpr=$1&cprv=$2&$3=$4 [L]
110
RewriteRule ^eflore\/(BDNBE)\/([0-9.]+)\/(nn|nt)\/([0-9]+)[/]?$ papyrus.php?menu=374&module=fiche&cpr=$1&cprv=$2&$3=$4 [L]
111
RewriteRule ^eflore\/([^/]+)\/([0-9.]+)\/(nn|nt)\/([0-9]+)[/]?$ papyrus.php?menu=39&module=fiche&cpr=$1&cprv=$2&$3=$4 [L]
112
# Chemin de type dossier : Dernière version
113
RewriteRule ^eflore\/(BDAFN)\/(derniere_version|[*])\/(nn|nt)\/([0-9]+)$ papyrus.php?menu=425&module=fiche&cpr=$1&$3=$4 [L]
114
RewriteRule ^eflore\/(BDAFN)\/(nn|nt)\/([0-9]+)$ papyrus.php?menu=425&module=fiche&cpr=$1&$2=$3 [L]
115
RewriteRule ^eflore\/(BDNFM)\/(derniere_version|[*])\/(nn|nt)\/([0-9]+)$ papyrus.php?menu=455&module=fiche&cpr=$1&$3=$4 [L]
116
RewriteRule ^eflore\/(BDNFM)\/(nn|nt)\/([0-9]+)$ papyrus.php?menu=455&module=fiche&cpr=$1&$2=$3 [L]
117
RewriteRule ^eflore\/(BDNBE)\/(derniere_version|[*])\/(nn|nt)\/([0-9]+)$ papyrus.php?menu=374&module=fiche&cpr=$1&$3=$4 [L]
118
RewriteRule ^eflore\/(BDNBE)\/(nn|nt)\/([0-9]+)$ papyrus.php?menu=374&module=fiche&cpr=$1&$2=$3 [L]
119
RewriteRule ^eflore\/([^/]+)\/(derniere_version|[*])\/(nn|nt)\/([0-9]+)$ papyrus.php?menu=39&module=fiche&cpr=$1&$3=$4 [L]
120
RewriteRule ^eflore\/([^/]+)\/(nn|nt)\/([0-9]+)$ papyrus.php?menu=39&module=fiche&cpr=$1&$2=$3 [L]
121
# Chemin de type dossier : avec action Wikini sans handler
122
RewriteRule ^eflore\/(BDAFN)\/([0-9.]*)\/([^/]+)\/([^/]+)\/(wiki)$ papyrus.php?menu=425&module=fiche&action=wiki&cpr=$1&cprv=$2&$3=$4 [L]
123
RewriteRule ^eflore\/(BDNFM)\/([0-9.]*)\/([^/]+)\/([^/]+)\/(wiki)$ papyrus.php?menu=455&module=fiche&action=wiki&cpr=$1&cprv=$2&$3=$4 [L]
124
RewriteRule ^eflore\/(BDNBE)\/([0-9.]*)\/([^/]+)\/([^/]+)\/(wiki)$ papyrus.php?menu=374&module=fiche&action=wiki&cpr=$1&cprv=$2&$3=$4 [L]
125
RewriteRule ^eflore\/([^/]+)\/([0-9.]*)\/([^/]+)\/([^/]+)\/(wiki)$ papyrus.php?menu=39&module=fiche&action=wiki&cpr=$1&cprv=$2&$3=$4 [L]
126
# Chemin de type dossier : avec action
127
RewriteRule ^eflore\/(BDAFN)\/([0-9.]*)\/([^/]+)\/([^/]+)\/([^/]+)$ papyrus.php?menu=425&module=fiche&action=$5&cpr=$1&cprv=$2&$3=$4 [L]
128
RewriteRule ^eflore\/(BDNFM)\/([0-9.]*)\/([^/]+)\/([^/]+)\/([^/]+)$ papyrus.php?menu=455&module=fiche&action=$5&cpr=$1&cprv=$2&$3=$4 [L]
129
RewriteRule ^eflore\/(BDNBE)\/([0-9.]*)\/([^/]+)\/([^/]+)\/([^/]+)$ papyrus.php?menu=374&module=fiche&action=$5&cpr=$1&cprv=$2&$3=$4 [L]
130
RewriteRule ^eflore\/([^/]+)\/([0-9.]*)\/([^/]+)\/([^/]+)\/([^/]+)$ papyrus.php?menu=39&module=fiche&action=$5&cpr=$1&cprv=$2&$3=$4 [L]
131
# Chemin de type dossier : avec action Wikini avec handler
132
RewriteRule ^eflore\/(BDAFN)\/([0-9.]*)\/([^/]+)\/([^/]+)\/(wiki.*)\/([^/]+)$ papyrus.php?menu=425&module=fiche&action=wiki&cpr=$1&cprv=$2&$3=$4&$5&handler=$6 [L]
133
RewriteRule ^eflore\/(BDNFM)\/([0-9.]*)\/([^/]+)\/([^/]+)\/(wiki.*)\/([^/]+)$ papyrus.php?menu=455&module=fiche&action=wiki&cpr=$1&cprv=$2&$3=$4&$5&handler=$6 [L]
134
RewriteRule ^eflore\/(BDNBE)\/([0-9.]*)\/([^/]+)\/([^/]+)\/(wiki.*)\/([^/]+)$ papyrus.php?menu=374&module=fiche&action=wiki&cpr=$1&cprv=$2&$3=$4&$5&handler=$6 [L]
135
RewriteRule ^eflore\/([^/]+)\/([0-9.]*)\/([^/]+)\/([^/]+)\/(wiki.*)\/([^/]+)$ papyrus.php?menu=39&module=fiche&action=wiki&cpr=$1&cprv=$2&$3=$4&$5&handler=$6 [L]
136
# Chemin de type dossier : avec action et format
137
RewriteRule ^eflore\/(BDAFN)\/([0-9.]*)\/([^/]+)\/([^/]+)\/([^/]+)\/([^/]+)$ papyrus.php?menu=425&module=fiche&action=$5&format=$6&cpr=$1&cprv=$2&$3=$4 [L]
138
RewriteRule ^eflore\/(BDNFM)\/([0-9.]*)\/([^/]+)\/([^/]+)\/([^/]+)\/([^/]+)$ papyrus.php?menu=455&module=fiche&action=$5&format=$6&cpr=$1&cprv=$2&$3=$4 [L]
139
RewriteRule ^eflore\/(BDNBE)\/([0-9.]*)\/([^/]+)\/([^/]+)\/([^/]+)\/([^/]+)$ papyrus.php?menu=374&module=fiche&action=$5&format=$6&cpr=$1&cprv=$2&$3=$4 [L]
140
RewriteRule ^eflore\/([^/]+)\/([0-9.]*)\/([^/]+)\/([^/]+)\/([^/]+)\/([^/]+)$ papyrus.php?menu=39&module=fiche&action=$5&format=$6&cpr=$1&cprv=$2&$3=$4 [L]
141
# Chemin pour rajouter à la fin ce qui reste
142
RewriteRule ^eflore\/(BDAFN)\/([0-9.]*)\/(nn|nt)\/([^/]+)\/(.+)$ papyrus.php?menu=425&module=fiche&action=$5&cpr=$1&cprv=$2&$3=$4 [L]
143
RewriteRule ^eflore\/(BDNFM)\/([0-9.]*)\/(nn|nt)\/([^/]+)\/(.+)$ papyrus.php?menu=455&module=fiche&action=$5&cpr=$1&cprv=$2&$3=$4 [L]
144
RewriteRule ^eflore\/(BDNBE)\/([0-9.]*)\/(nn|nt)\/([^/]+)\/(.+)$ papyrus.php?menu=374&module=fiche&action=$5&cpr=$1&cprv=$2&$3=$4 [L]
145
RewriteRule ^eflore\/([^/]+)\/([0-9.]*)\/(nn|nt)\/([^/]+)\/(.+)$ papyrus.php?menu=39&module=fiche&action=$5&cpr=$1&cprv=$2&$3=$4 [L]
146
# Chemin pour rajouter à la fin ce qui reste : dernière version
147
RewriteRule ^eflore\/(BDAFN)\/(derniere_version|[*])\/(nn|nt)\/([^/]+)\/(.+)$ papyrus.php?menu=425&module=fiche&action=$5&cpr=$1&$3=$4 [L]
148
RewriteRule ^eflore\/(BDAFN)\/(nn|nt)\/([^/]+)\/(.+)$ papyrus.php?menu=425&module=fiche&action=$4&cpr=$1&$2=$3 [L]
149
RewriteRule ^eflore\/(BDNFM)\/(derniere_version|[*])\/(nn|nt)\/([^/]+)\/(.+)$ papyrus.php?menu=455&module=fiche&action=$5&cpr=$1&$3=$4 [L]
150
RewriteRule ^eflore\/(BDNFM)\/(nn|nt)\/([^/]+)\/(.+)$ papyrus.php?menu=455&module=fiche&action=$4&cpr=$1&$2=$3 [L]
151
RewriteRule ^eflore\/(BDNBE)\/(derniere_version|[*])\/(nn|nt)\/([^/]+)\/(.+)$ papyrus.php?menu=374&module=fiche&action=$5&cpr=$1&$3=$4 [L]
152
RewriteRule ^eflore\/(BDNBE)\/(nn|nt)\/([^/]+)\/(.+)$ papyrus.php?menu=374&module=fiche&action=$4&cpr=$1&$2=$3 [L]
153
RewriteRule ^eflore\/([^/]+)\/(derniere_version|[*])\/(nn|nt)\/([^/]+)\/(.+)$ papyrus.php?menu=39&module=fiche&action=$5&cpr=$1&$3=$4 [L]
154
RewriteRule ^eflore\/([^/]+)\/(nn|nt)\/([^/]+)\/(.+)$ papyrus.php?menu=39&module=fiche&action=$4&cpr=$1&$2=$3 [L]
155
# Xper
156
RewriteRule ^eflore\/xper\/(.+)$ papyrus.php?menu=39&module=communs&action=applette_xper&format=exit.html&base=$1 [L]
157
 
158
######## REDIRECTION ANCIEN EFLORE VERS LE NOUVEAU
1085 aurelien 159
RewriteRule ^nn([0-9]*)$ /bdtfx-nn-$1 [R=301]
160
RewriteRule ^bdnff_nn([0-9]*)$ /bdtfx-nn-$1 [R=301]
161
RewriteRule ^bdnff\/nn([0-9]*)$ /bdtfx-nn-$1 [R=301]
1084 aurelien 162
########
163
 
164
 
165
# Raccourci pour eFlore ANCIEN : les nn pour les autres référentiels que bdnff
166
RewriteRule ^bdnfgm_nn([0-9]*)$ papyrus.php?menu=135&flore=ANT&xslt=identitetaxon.xsl&servicexml=donneidentitestaxons.php&numclass=1&numnom=$1 [L]
167
RewriteRule ^bdnfgm\/nn([0-9]*)$ papyrus.php?menu=135&flore=ANT&xslt=identitetaxon.xsl&servicexml=donneidentitestaxons.php&numclass=1&numnom=$1 [L]
168
RewriteRule ^bdnfr_nn([0-9]*)$ papyrus.php?menu=136&flore=REU&xslt=identitetaxon.xsl&servicexml=donneidentitestaxons.php&numclass=1&numnom=$1 [L]
169
RewriteRule ^bdnfr\/nn([0-9]*)$ papyrus.php?menu=136&flore=REU&xslt=identitetaxon.xsl&servicexml=donneidentitestaxons.php&numclass=1&numnom=$1 [L]
170
 
171
# Raccourci pour eFlore ANCIEN : les nt
172
RewriteRule ^nt([0-9]*)$ papyrus.php?menu=39&module=fiche&nt=$1 [L]
173
RewriteRule ^bdnff_nt([0-9]*)$ papyrus.php?menu=39&module=fiche&nt=$1 [L]
174
RewriteRule ^bdnff\/nt([0-9]*)$ papyrus.php?menu=39&module=fiche&nt=$1 [L]
175
RewriteRule ^bdnfgm_nt([0-9]*)$ papyrus.php?menu=135&flore=ANT&xslt=identitetaxon.xsl&servicexml=donneidentitestaxons.php&numclass=1&numtaxon=$1 [L]
176
RewriteRule ^bdnfgm\/nt([0-9]*)$ papyrus.php?menu=135&flore=ANT&xslt=identitetaxon.xsl&servicexml=donneidentitestaxons.php&numclass=1&numtaxon=$1 [L]
177
RewriteRule ^bdnfr_nt([0-9]*)$ papyrus.php?menu=136&flore=REU&xslt=identitetaxon.xsl&servicexml=donneidentitestaxons.php&numclass=1&numtaxon=$1 [L]
178
RewriteRule ^bdnfr\/nt([0-9]*)$ papyrus.php?menu=136&flore=REU&xslt=identitetaxon.xsl&servicexml=donneidentitestaxons.php&numclass=1&numtaxon=$1 [L]
179
 
180
#RewriteRule ^([^/]*\.css)$ wikini/isff/$1 [L]
181
#RewriteRule ^wikini/([^/]+)/([^.]*)$ wikini/$1/wakka.php?wiki=$2 [L]
182
 
183
#Redirections pour le nouvel eflore
184
RewriteRule ^(bdtfx)$ papyrus.php?menu=899&referentiel=$1&niveau=2 [QSA,L]
185
RewriteRule ^(bdtfx)[-/:]nn[-/:]([0-9]+)$ papyrus.php?menu=899&referentiel=$1&niveau=2&module=fiche&action=fiche&num_nom=$2 [QSA,L]
186
RewriteRule ^(bdtfx)[-/:]([0-9]+)[-/:]nn[-/:]([0-9]+)$ papyrus.php?menu=899&referentiel=$1&niveau=2&module=fiche&action=fiche&num_nom=$2 [QSA,L]
187
 
188
# Redirection d'url pour les vielles applications de Papyrus
189
RewriteRule ^([^\/]+)&(.*)$ http://www.tela-botanica.org/$1?$2 [QSA,L,R=301]
190
# Redirection d'url pour les vieux permaliens
191
RewriteCond %{REQUEST_FILENAME}/ !-d
192
RewriteRule ^([^\/\?:.]+)$ http://www.tela-botanica.org/page:$1 [QSA,L,R=301]
193
# Redirection d'url pour les permaliens d'origine contenant menu_
194
# TODO : voir pourquoi les query string ne sont pas transmise... : [MAJ 07 mars 2007 JPM : cela à l'air de marcher]
195
#RewriteRule ^page:menu_([0-9]+)$ http://www.tela-botanica.org/page:$1 [QSA,L,R=301]
196
# Redirection d'url pour les anciennes url utilisant les codes numériques pour les sites
197
RewriteCond %{REQUEST_URI}?%{QUERY_STRING} ^/papyrus\.php\?site=([0-9]+)(&?(.*))$
198
RewriteRule ^papyrus.php$ http://www.tela-botanica.org/site:%1?%3 [L,R=301]
199
# Redirection d'url pour le sélecteur de site
200
# Le point d'intérrogation sans rien après, vide la QUERY_STRING sinon elle est concacténée à l'url et cela plante...
201
# Le "/" initial dans la RewriteCond est obligatoire!
202
RewriteCond %{REQUEST_URI}?%{QUERY_STRING} ^/papyrus\.php\?site=([^&]+)$
203
RewriteRule ^papyrus.php$ http://www.tela-botanica.org/site:%1? [L,R=301]
204
 
205
# Réecriture d'url pour les sites de Papyrus : à modifier si les valeurs par défaut ont été changées
206
RewriteRule ^site:.+$ papyrus.php [QSA,L]
207
# Réecriture d'url pour les menus de Papyrus : à modifier si les valeurs par défaut ont été changées
208
RewriteRule ^page:.+$ papyrus.php [QSA,L]
209
 
210
# Réecriture d'url pour les LSID
211
RewriteRule ^urn:lsid:tela-botanica.org:coel:str([0-9]+)$ papyrus.php?menu=108&module=FicheStructure&id=$1 [L]
212
RewriteRule ^urn:lsid:tela-botanica.org:coel:col([0-9]+)$ papyrus.php?menu=108&module=FicheCollection&id=$1 [L]
213
RewriteRule ^urn:lsid:tela-botanica.org:coel:per([0-9]+)$ papyrus.php?menu=108&module=FichePersonne&id=$1 [L]
214
 
215
# Réecriture d'url pour les applications GWT/JS
216
RewriteRule ^appli:cel$ http://www.tela-botanica.org/eflore/cel/appli/cel2.html [QSA,L,R=302]
217
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]
218
RewriteRule ^appli:coel$ http://www.tela-botanica.org/eflore/coel/Coel.html [QSA,L,R=302]
219
RewriteRule ^appli:plantnetid:.* http://plantnetid.plantnet-project.org [L]
220
 
221
# Réecriture d'url pour les Services
222
RewriteRule ^service:cel:(.+)$ eflore/cel/jrest/$1 [QSA,L]
223
RewriteRule ^service:annuaire:(.+)$ client/annuaire_nouveau/actuelle/jrest/$1 [QSA,L]
224
# Réecriture d'url pour photoflora : attention bien laisser le index.php car le serveur photoflora ne supporte pas le htaccess
225
RewriteRule ^service:eflore:([0-9]\.[0-9])/photoflora/images$ http://photoflora.free.fr/eflore-photoflora/services/index.php/$1/projets/photoflora/images [QSA,L]
226
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
227
RewriteRule ^service:eflore:([0-9]\.[0-9])/([^/]+)/(.+)$ /eflore/services/$1/projets/$2/$3
228
 
229
# Raccourcis pour les donnees d'eflore
230
RewriteRule ^donnees:([^/]+)/(.*)$ eflore/donnees/$1/$2 [L]
231
 
232
# Réecriture d'url pour les widgets
233
RewriteRule ^widget:cel:(.+)$ eflore/cel/widget/$1 [QSA,L]
234
 
235
#Redirections pour eflore beta
236
RewriteRule ^eflore-test:wiki:([^/]+)nt([0-9]+)$ http://www.tela-botanica.org/wikini/floratest/wakka.php?wiki=$1nt$2 [L]
237
RewriteRule ^test\/nn\/([0-9]+)$ /eflore-test/consultation?referentiel=bdtfx&niveau=2&module=fiche&action=fiche&num_nom=$1 [L]
238
 
239
# Temporaire pour test...
240
RewriteRule ^appli-test:cel(2|)$ http://www.tela-botanica.org/eflore-test/cel/appli/cel2.html [QSA,L,R=302]
241
RewriteRule ^appli:test:del$ http://www.tela-botanica.org/eflore-test/del/del.html [L]
242
RewriteCond %{QUERY_STRING} (.+)
243
RewriteRule ^appli:test:del:identifier$ http://www.tela-botanica.org/eflore-test/del/del.html?%1#page_recherche_observations [NE,L]
244
RewriteCond %{QUERY_STRING} (.+)
245
RewriteRule ^appli:test:del:recherche$ http://www.tela-botanica.org/eflore-test/del/del.html?%1#page_recherche_images [NE,L]
246
RewriteRule ^appli:test:del:identifier$ http://www.tela-botanica.org/eflore-test/del/del.html#page_recherche_observations [NE]
247
RewriteRule ^appli:test:del:recherche$ http://www.tela-botanica.org/eflore-test/del/del.html#page_recherche_images [NE]
248
RewriteRule ^test-service:cel:(.+)$ eflore-test/cel/jrest/$1 [QSA,L]
249
RewriteRule ^service:test:cel:(.+)$ eflore-test/cel/jrest/$1 [QSA,L]
250
RewriteRule ^test-service:eflore:([0-9]\.[0-9])/photoflora/images$ http://photoflora.free.fr/eflore-photoflora/services/index.php/$1/projets/photoflora/images
251
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
252
RewriteRule ^test-service:eflore:([0-9]\.[0-9])/([^/]+)/(.+)$ /eflore-test/services/$1/projets/$2/$3
253
RewriteRule ^widget-test:cel:(.+)$ eflore-test/cel/widget/$1 [QSA,L]
254
 
255
# Redirection suite à des changements à supprimer dans le futur
256
RewriteRule ^eflore/cel2/(cel2.html.*)$ http://www.tela-botanica.org/eflore/cel/appli/$1 [QSA,L,R=301]
257
RewriteRule ^eflore/cel2/(.+)$ http://www.tela-botanica.org/eflore/cel/$1 [QSA,L,R=301]
258
RewriteRule ^appli:cel2$ http://www.tela-botanica.org/eflore/cel/appli/cel2.html [QSA,L,R=301]
259
 
260
# Gestion des erreurs 404
261
ErrorDocument 404 /erreur_http.php?erreur=404