| 339 | 
           jpm | 
           1 | 
           #Spammers
  | 
        
        
            | 
            | 
           2 | 
           Deny from estel.ro
  | 
        
        
            | 
            | 
           3 | 
           Deny from ne.jp
  | 
        
        
            | 
            | 
           4 | 
           Deny from 218.63.252.219
  | 
        
        
            | 
            | 
           5 | 
              | 
        
        
           | 4 | 
           david | 
           6 | 
           # Raccourci pour les applications intégrées à Papyrus
  | 
        
        
            | 
            | 
           7 | 
           RewriteEngine on
  | 
        
        
           | 270 | 
           jpm | 
           8 | 
              | 
        
        
            | 
            | 
           9 | 
           # Anti-spam de referrers
  | 
        
        
           | 394 | 
           jpm | 
           10 | 
           RewriteCond %{REQUEST_URI}?%{QUERY_STRING} ^.*(referrers|referrers_sites)(&global=1)$
  | 
        
        
            | 
            | 
           11 | 
           RewriteCond %{HTTP_REFERER} !^http://www\.tela-botanica\.org [NC]
  | 
        
        
            | 
            | 
           12 | 
           RewriteCond %{HTTP_REFERER} !^http://photoflora\.free\.fr [NC]
  | 
        
        
            | 
            | 
           13 | 
           RewriteCond %{HTTP_REFERER} !^http://www\.outils-reseaux\.org [NC]
  | 
        
        
            | 
            | 
           14 | 
           RewriteRule .* - [F,L]
  | 
        
        
           | 293 | 
           jpm | 
           15 | 
           RewriteCond %{HTTP_REFERER} ^.*(baseballpass|caninestrike|greg-tut|vipsefeed|easytrafficticket|flatcatsite|bosja|bigcallc|easytrafficticket|cavalier\.ring-pcb)\.com.*$ [OR]
  | 
        
        
           | 289 | 
           jpm | 
           16 | 
           RewriteCond %{HTTP_REFERER} ^.*(dogstrike)\.net.*$ [OR]
  | 
        
        
           | 293 | 
           jpm | 
           17 | 
           RewriteCond %{HTTP_REFERER} ^.*(viagra|sex|hardcore|porn|pussy|xxx|webcam|ficken|fuck|gay|boobs|babes|x\-pictures|macinstruct|incest|linuxwaves|secureroot).*$
  | 
        
        
           | 570 | 
           jpm | 
           18 | 
           RewriteCond %{HTTP_REFERER} !^http://www\.tela-botanica\.org [NC]
  | 
        
        
            | 
            | 
           19 | 
           RewriteCond %{HTTP_REFERER} !^http://photoflora\.free\.fr [NC]
  | 
        
        
            | 
            | 
           20 | 
           RewriteCond %{HTTP_REFERER} !^http://www\.outils-reseaux\.org [NC]
  | 
        
        
           | 270 | 
           jpm | 
           21 | 
           RewriteRule .* - [F,L]
  | 
        
        
            | 
            | 
           22 | 
              | 
        
        
           | 212 | 
           jpm | 
           23 | 
           # si le fichier ou le dossier existe dans le système de fichier on l'utilise directement
  | 
        
        
            | 
            | 
           24 | 
           RewriteCond %{REQUEST_FILENAME} !-d
  | 
        
        
            | 
            | 
           25 | 
           RewriteCond %{REQUEST_FILENAME} !-f
  | 
        
        
            | 
            | 
           26 | 
              | 
        
        
           | 4 | 
           david | 
           27 | 
           # Raccourci pour l'inscription
  | 
        
        
           | 421 | 
           jpm | 
           28 | 
           RewriteRule ^_ins_([0-9a-z]*)$ papyrus.php?menu=22&action=ajouter&id=$1 [L]
  | 
        
        
           | 4 | 
           david | 
           29 | 
              | 
        
        
           | 529 | 
           jpm | 
           30 | 
           # Réecriture vers tela-botanica.net
  | 
        
        
           | 595 | 
           jpm | 
           31 | 
           RewriteRule ^phpmyadmin(.*)$ http://sql.tela-botanica.net$1 [QSA,L,R=301]
  | 
        
        
           | 529 | 
           jpm | 
           32 | 
           RewriteRule ^(gestion.*)$ http://www.tela-botanica.net/$1 [QSA,L,R=301]
  | 
        
        
            | 
            | 
           33 | 
           RewriteRule ^calendrier\/calendars\/publish\.mozilla\.php\/(.+)\.ics$ http://www.tela-botanica.net/calendriers/calendars/publish.php/$1.ics [QSA,L,R=301]
  | 
        
        
            | 
            | 
           34 | 
           RewriteRule ^calendrier\/(.*)$ http://www.tela-botanica.net/calendriers/$1 [QSA,L,R=301]
  | 
        
        
            | 
            | 
           35 | 
           RewriteRule ^enquetes\/utilisateurs_eflore$ http://www.tela-botanica.net/enquetes/index.php?sid=1&newtest=Y [QSA,L,R=301]
  | 
        
        
            | 
            | 
           36 | 
           RewriteRule ^(enquetes.*)$ http://www.tela-botanica.net/$1 [QSA,L,R=301]
  | 
        
        
            | 
            | 
           37 | 
           RewriteRule ^telabotanica\/(.*)$ http://www.tela-botanica.net/intranet/$1 [QSA,L,R=301]
  | 
        
        
            | 
            | 
           38 | 
           RewriteRule ^photos(.*)$ http://www.tela-botanica.net/photos$1 [QSA,L,R=301]
  | 
        
        
            | 
            | 
           39 | 
              | 
        
        
            | 
            | 
           40 | 
           # Redirection pour maintenance interne
  | 
        
        
            | 
            | 
           41 | 
           RewriteRule ^(zoom.*)$ http://www.tela-botanica.org/eflore-test/$1 [L,R=301]
  | 
        
        
            | 
            | 
           42 | 
              | 
        
        
           | 350 | 
           jpm | 
           43 | 
           # Redirection pour la page d'accueil
  | 
        
        
            | 
            | 
           44 | 
           RewriteRule ^index\.php$ http://www.tela-botanica.org/index.html [QSA,L,R=301]
  | 
        
        
            | 
            | 
           45 | 
              | 
        
        
           | 213 | 
           jpm | 
           46 | 
           # Redirection pour les mondes (compatibilité)
  | 
        
        
           | 317 | 
           jpm | 
           47 | 
           RewriteRule ^(reseau)$ http://www.tela-botanica.org/site:$1 [QSA,L,R=301]
  | 
        
        
            | 
            | 
           48 | 
           RewriteRule ^(atelier)s$ http://www.tela-botanica.org/site:$1 [QSA,L,R=301]
  | 
        
        
            | 
            | 
           49 | 
           RewriteRule ^(biblio)$ http://www.tela-botanica.org/site:$1 [QSA,L,R=301]
  | 
        
        
            | 
            | 
           50 | 
           RewriteRule ^(eflore)$ http://www.tela-botanica.org/site:$1 [QSA,L,R=301]
  | 
        
        
            | 
            | 
           51 | 
           RewriteRule ^articles$ http://www.tela-botanica.org/site:parlons_bota [QSA,L,R=301]
  | 
        
        
            | 
            | 
           52 | 
           RewriteRule ^environnement$ http://www.tela-botanica.org/site:plte_env [QSA,L,R=301]
  | 
        
        
           | 68 | 
           david | 
           53 | 
              | 
        
        
           | 4 | 
           david | 
           54 | 
           # Raccourci supplémentaires pour les menus
  | 
        
        
            | 
            | 
           55 | 
           RewriteRule ^bdnff$ papyrus.php?menu=39 [L]
  | 
        
        
           | 503 | 
           jpm | 
           56 | 
           RewriteRule ^page:etudes_en_ligne$ http://www.tela-botanica.org/page:articles_en_ligne [L,R=301]
  | 
        
        
           | 4 | 
           david | 
           57 | 
              | 
        
        
            | 
            | 
           58 | 
           # Raccourci pour Projets
  | 
        
        
           | 100 | 
           jpm | 
           59 | 
           RewriteRule ^Local/tela/documents/fr/(.*)$ http://www.tela-botanica.org/client/projet/fichiers/$1 [L,R=301]
  | 
        
        
           | 394 | 
           jpm | 
           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]
  | 
        
        
           | 4 | 
           david | 
           63 | 
           RewriteRule ^projets/[^/]+/wikini/wikini/(.*)$ wikini/$1 [L]
  | 
        
        
           | 394 | 
           jpm | 
           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]
  | 
        
        
           | 429 | 
           jpm | 
           66 | 
           RewriteRule ^projets/([^/]+)/(telechargement)/(.*)$ papyrus.php?menu=291&id_projet=$1&act=documents&id_document=$3&service=$2 [L]
  | 
        
        
           | 394 | 
           jpm | 
           67 | 
           RewriteRule ^projets/([^/]+)/documents/(.*)/(telechargement)/(.*)$ papyrus.php?menu=291&id_projet=$1&act=documents&id_repertoire=$2&id_document=$4&service=$3 [L]
  | 
        
        
           | 69 | 
           jpm | 
           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]
  | 
        
        
           | 4 | 
           david | 
           71 | 
              | 
        
        
            | 
            | 
           72 | 
           # Raccourci pour Projets-Forums
  | 
        
        
            | 
            | 
           73 | 
           RewriteRule ^forum_gestionnature$ papyrus.php?menu=134&forum=gestionnature [L]
  | 
        
        
            | 
            | 
           74 | 
              | 
        
        
           | 184 | 
           jpm | 
           75 | 
           # Raccourci pour eFlore :
  | 
        
        
           | 394 | 
           jpm | 
           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]
  | 
        
        
           | 235 | 
           jpm | 
           81 | 
           # Flux RSS du wikini d'eFlore
  | 
        
        
           | 290 | 
           jpm | 
           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]
  | 
        
        
           | 334 | 
           jpm | 
           85 | 
           RewriteRule ^eflore\/(BDNFM)\/rss$ papyrus.php?menu=455&module=fiche&action=rss&cpr=$1&nn=500000 [L]
  | 
        
        
           | 184 | 
           jpm | 
           86 | 
           # Liens direct vers la fiche
  | 
        
        
            | 
            | 
           87 | 
           RewriteRule ^eflore\/(nn|nt)([0-9]*)$ papyrus.php?menu=39&module=fiche&$1=$2 [L]
  | 
        
        
            | 
            | 
           88 | 
           RewriteRule ^eflore\/(nn|nt)([0-9]*)-(BDNBE)$ papyrus.php?menu=374&module=fiche&cpr=$3&$1=$2 [L]
  | 
        
        
            | 
            | 
           89 | 
           RewriteRule ^eflore\/(nn|nt)([0-9]*)-([0-9a-zA-Z]*)$ papyrus.php?menu=39&module=fiche&cpr=$3&$1=$2 [L]
  | 
        
        
            | 
            | 
           90 | 
           RewriteRule ^eflore\/(nn|nt)([0-9]*)-(BDNBE)-v([0-9.]*)$ papyrus.php?menu=374&module=fiche&cpr=$3&cprv=$4&$1=$2 [L]
  | 
        
        
            | 
            | 
           91 | 
           RewriteRule ^eflore\/(nn|nt)([0-9]*)-([0-9a-zA-Z]*)-v([0-9.]*)$ papyrus.php?menu=39&module=fiche&cpr=$3&cprv=$4&$1=$2 [L]
  | 
        
        
            | 
            | 
           92 | 
           # Chemin de type dossier
  | 
        
        
           | 459 | 
           jpm | 
           93 | 
           RewriteRule ^eflore\/(BDAFN)\/([0-9.]+)\/(nn|nt)\/([0-9]+)[/]?$ papyrus.php?menu=425&module=fiche&cpr=$1&cprv=$2&$3=$4 [L]
  | 
        
        
            | 
            | 
           94 | 
           RewriteRule ^eflore\/(BDNFM)\/([0-9.]+)\/(nn|nt)\/([0-9]+)[/]?$ papyrus.php?menu=455&module=fiche&cpr=$1&cprv=$2&$3=$4 [L]
  | 
        
        
            | 
            | 
           95 | 
           RewriteRule ^eflore\/(BDNBE)\/([0-9.]+)\/(nn|nt)\/([0-9]+)[/]?$ papyrus.php?menu=374&module=fiche&cpr=$1&cprv=$2&$3=$4 [L]
  | 
        
        
            | 
            | 
           96 | 
           RewriteRule ^eflore\/([^/]+)\/([0-9.]+)\/(nn|nt)\/([0-9]+)[/]?$ papyrus.php?menu=39&module=fiche&cpr=$1&cprv=$2&$3=$4 [L]
  | 
        
        
           | 184 | 
           jpm | 
           97 | 
           # Chemin de type dossier : Dernière version
  | 
        
        
           | 397 | 
           jpm | 
           98 | 
           RewriteRule ^eflore\/(BDAFN)\/(derniere_version|[*])\/(nn|nt)\/([0-9]+)$ papyrus.php?menu=425&module=fiche&cpr=$1&$3=$4 [L]
  | 
        
        
           | 453 | 
           jpm | 
           99 | 
           RewriteRule ^eflore\/(BDAFN)\/(nn|nt)\/([0-9]+)$ papyrus.php?menu=425&module=fiche&cpr=$1&$2=$3 [L]
  | 
        
        
           | 397 | 
           jpm | 
           100 | 
           RewriteRule ^eflore\/(BDNFM)\/(derniere_version|[*])\/(nn|nt)\/([0-9]+)$ papyrus.php?menu=455&module=fiche&cpr=$1&$3=$4 [L]
  | 
        
        
           | 453 | 
           jpm | 
           101 | 
           RewriteRule ^eflore\/(BDNFM)\/(nn|nt)\/([0-9]+)$ papyrus.php?menu=455&module=fiche&cpr=$1&$2=$3 [L]
  | 
        
        
           | 397 | 
           jpm | 
           102 | 
           RewriteRule ^eflore\/(BDNBE)\/(derniere_version|[*])\/(nn|nt)\/([0-9]+)$ papyrus.php?menu=374&module=fiche&cpr=$1&$3=$4 [L]
  | 
        
        
           | 453 | 
           jpm | 
           103 | 
           RewriteRule ^eflore\/(BDNBE)\/(nn|nt)\/([0-9]+)$ papyrus.php?menu=374&module=fiche&cpr=$1&$2=$3 [L]
  | 
        
        
           | 397 | 
           jpm | 
           104 | 
           RewriteRule ^eflore\/([^/]+)\/(derniere_version|[*])\/(nn|nt)\/([0-9]+)$ papyrus.php?menu=39&module=fiche&cpr=$1&$3=$4 [L]
  | 
        
        
           | 453 | 
           jpm | 
           105 | 
           RewriteRule ^eflore\/([^/]+)\/(nn|nt)\/([0-9]+)$ papyrus.php?menu=39&module=fiche&cpr=$1&$2=$3 [L]
  | 
        
        
           | 184 | 
           jpm | 
           106 | 
           # Chemin de type dossier : avec action Wikini sans handler
  | 
        
        
           | 289 | 
           jpm | 
           107 | 
           RewriteRule ^eflore\/(BDAFN)\/([0-9.]*)\/([^/]+)\/([^/]+)\/(wiki)$ papyrus.php?menu=425&module=fiche&action=wiki&cpr=$1&cprv=$2&$3=$4 [L]
  | 
        
        
           | 334 | 
           jpm | 
           108 | 
           RewriteRule ^eflore\/(BDNFM)\/([0-9.]*)\/([^/]+)\/([^/]+)\/(wiki)$ papyrus.php?menu=455&module=fiche&action=wiki&cpr=$1&cprv=$2&$3=$4 [L]
  | 
        
        
           | 184 | 
           jpm | 
           109 | 
           RewriteRule ^eflore\/(BDNBE)\/([0-9.]*)\/([^/]+)\/([^/]+)\/(wiki)$ papyrus.php?menu=374&module=fiche&action=wiki&cpr=$1&cprv=$2&$3=$4 [L]
  | 
        
        
            | 
            | 
           110 | 
           RewriteRule ^eflore\/([^/]+)\/([0-9.]*)\/([^/]+)\/([^/]+)\/(wiki)$ papyrus.php?menu=39&module=fiche&action=wiki&cpr=$1&cprv=$2&$3=$4 [L]
  | 
        
        
            | 
            | 
           111 | 
           # Chemin de type dossier : avec action
  | 
        
        
           | 289 | 
           jpm | 
           112 | 
           RewriteRule ^eflore\/(BDAFN)\/([0-9.]*)\/([^/]+)\/([^/]+)\/([^/]+)$ papyrus.php?menu=425&module=fiche&action=$5&cpr=$1&cprv=$2&$3=$4 [L]
  | 
        
        
           | 334 | 
           jpm | 
           113 | 
           RewriteRule ^eflore\/(BDNFM)\/([0-9.]*)\/([^/]+)\/([^/]+)\/([^/]+)$ papyrus.php?menu=455&module=fiche&action=$5&cpr=$1&cprv=$2&$3=$4 [L]
  | 
        
        
           | 184 | 
           jpm | 
           114 | 
           RewriteRule ^eflore\/(BDNBE)\/([0-9.]*)\/([^/]+)\/([^/]+)\/([^/]+)$ papyrus.php?menu=374&module=fiche&action=$5&cpr=$1&cprv=$2&$3=$4 [L]
  | 
        
        
            | 
            | 
           115 | 
           RewriteRule ^eflore\/([^/]+)\/([0-9.]*)\/([^/]+)\/([^/]+)\/([^/]+)$ papyrus.php?menu=39&module=fiche&action=$5&cpr=$1&cprv=$2&$3=$4 [L]
  | 
        
        
            | 
            | 
           116 | 
           # Chemin de type dossier : avec action Wikini avec handler
  | 
        
        
           | 289 | 
           jpm | 
           117 | 
           RewriteRule ^eflore\/(BDAFN)\/([0-9.]*)\/([^/]+)\/([^/]+)\/(wiki.*)\/([^/]+)$ papyrus.php?menu=425&module=fiche&action=wiki&cpr=$1&cprv=$2&$3=$4&$5&handler=$6 [L]
  | 
        
        
           | 334 | 
           jpm | 
           118 | 
           RewriteRule ^eflore\/(BDNFM)\/([0-9.]*)\/([^/]+)\/([^/]+)\/(wiki.*)\/([^/]+)$ papyrus.php?menu=455&module=fiche&action=wiki&cpr=$1&cprv=$2&$3=$4&$5&handler=$6 [L]
  | 
        
        
           | 184 | 
           jpm | 
           119 | 
           RewriteRule ^eflore\/(BDNBE)\/([0-9.]*)\/([^/]+)\/([^/]+)\/(wiki.*)\/([^/]+)$ papyrus.php?menu=374&module=fiche&action=wiki&cpr=$1&cprv=$2&$3=$4&$5&handler=$6 [L]
  | 
        
        
            | 
            | 
           120 | 
           RewriteRule ^eflore\/([^/]+)\/([0-9.]*)\/([^/]+)\/([^/]+)\/(wiki.*)\/([^/]+)$ papyrus.php?menu=39&module=fiche&action=wiki&cpr=$1&cprv=$2&$3=$4&$5&handler=$6 [L]
  | 
        
        
            | 
            | 
           121 | 
           # Chemin de type dossier : avec action et format
  | 
        
        
           | 289 | 
           jpm | 
           122 | 
           RewriteRule ^eflore\/(BDAFN)\/([0-9.]*)\/([^/]+)\/([^/]+)\/([^/]+)\/([^/]+)$ papyrus.php?menu=425&module=fiche&action=$5&format=$6&cpr=$1&cprv=$2&$3=$4 [L]
  | 
        
        
           | 334 | 
           jpm | 
           123 | 
           RewriteRule ^eflore\/(BDNFM)\/([0-9.]*)\/([^/]+)\/([^/]+)\/([^/]+)\/([^/]+)$ papyrus.php?menu=455&module=fiche&action=$5&format=$6&cpr=$1&cprv=$2&$3=$4 [L]
  | 
        
        
           | 184 | 
           jpm | 
           124 | 
           RewriteRule ^eflore\/(BDNBE)\/([0-9.]*)\/([^/]+)\/([^/]+)\/([^/]+)\/([^/]+)$ papyrus.php?menu=374&module=fiche&action=$5&format=$6&cpr=$1&cprv=$2&$3=$4 [L]
  | 
        
        
            | 
            | 
           125 | 
           RewriteRule ^eflore\/([^/]+)\/([0-9.]*)\/([^/]+)\/([^/]+)\/([^/]+)\/([^/]+)$ papyrus.php?menu=39&module=fiche&action=$5&format=$6&cpr=$1&cprv=$2&$3=$4 [L]
  | 
        
        
            | 
            | 
           126 | 
           # Chemin pour rajouter à la fin ce qui reste
  | 
        
        
           | 289 | 
           jpm | 
           127 | 
           RewriteRule ^eflore\/(BDAFN)\/([0-9.]*)\/(nn|nt)\/([^/]+)\/(.+)$ papyrus.php?menu=425&module=fiche&action=$5&cpr=$1&cprv=$2&$3=$4 [L]
  | 
        
        
           | 334 | 
           jpm | 
           128 | 
           RewriteRule ^eflore\/(BDNFM)\/([0-9.]*)\/(nn|nt)\/([^/]+)\/(.+)$ papyrus.php?menu=455&module=fiche&action=$5&cpr=$1&cprv=$2&$3=$4 [L]
  | 
        
        
           | 184 | 
           jpm | 
           129 | 
           RewriteRule ^eflore\/(BDNBE)\/([0-9.]*)\/(nn|nt)\/([^/]+)\/(.+)$ papyrus.php?menu=374&module=fiche&action=$5&cpr=$1&cprv=$2&$3=$4 [L]
  | 
        
        
            | 
            | 
           130 | 
           RewriteRule ^eflore\/([^/]+)\/([0-9.]*)\/(nn|nt)\/([^/]+)\/(.+)$ papyrus.php?menu=39&module=fiche&action=$5&cpr=$1&cprv=$2&$3=$4 [L]
  | 
        
        
            | 
            | 
           131 | 
           # Chemin pour rajouter à la fin ce qui reste : dernière version
  | 
        
        
           | 397 | 
           jpm | 
           132 | 
           RewriteRule ^eflore\/(BDAFN)\/(derniere_version|[*])\/(nn|nt)\/([^/]+)\/(.+)$ papyrus.php?menu=425&module=fiche&action=$5&cpr=$1&$3=$4 [L]
  | 
        
        
           | 453 | 
           jpm | 
           133 | 
           RewriteRule ^eflore\/(BDAFN)\/(nn|nt)\/([^/]+)\/(.+)$ papyrus.php?menu=425&module=fiche&action=$4&cpr=$1&$2=$3 [L]
  | 
        
        
           | 397 | 
           jpm | 
           134 | 
           RewriteRule ^eflore\/(BDNFM)\/(derniere_version|[*])\/(nn|nt)\/([^/]+)\/(.+)$ papyrus.php?menu=455&module=fiche&action=$5&cpr=$1&$3=$4 [L]
  | 
        
        
           | 453 | 
           jpm | 
           135 | 
           RewriteRule ^eflore\/(BDNFM)\/(nn|nt)\/([^/]+)\/(.+)$ papyrus.php?menu=455&module=fiche&action=$4&cpr=$1&$2=$3 [L]
  | 
        
        
           | 397 | 
           jpm | 
           136 | 
           RewriteRule ^eflore\/(BDNBE)\/(derniere_version|[*])\/(nn|nt)\/([^/]+)\/(.+)$ papyrus.php?menu=374&module=fiche&action=$5&cpr=$1&$3=$4 [L]
  | 
        
        
           | 453 | 
           jpm | 
           137 | 
           RewriteRule ^eflore\/(BDNBE)\/(nn|nt)\/([^/]+)\/(.+)$ papyrus.php?menu=374&module=fiche&action=$4&cpr=$1&$2=$3 [L]
  | 
        
        
           | 397 | 
           jpm | 
           138 | 
           RewriteRule ^eflore\/([^/]+)\/(derniere_version|[*])\/(nn|nt)\/([^/]+)\/(.+)$ papyrus.php?menu=39&module=fiche&action=$5&cpr=$1&$3=$4 [L]
  | 
        
        
           | 453 | 
           jpm | 
           139 | 
           RewriteRule ^eflore\/([^/]+)\/(nn|nt)\/([^/]+)\/(.+)$ papyrus.php?menu=39&module=fiche&action=$4&cpr=$1&$2=$3 [L]
  | 
        
        
           | 184 | 
           jpm | 
           140 | 
           # Xper
  | 
        
        
           | 572 | 
           jpm | 
           141 | 
           RewriteRule ^eflore\/xper\/(.+)$ papyrus.php?menu=39&module=communs&action=applette_xper&format=exit.html&base=$1 [L]
  | 
        
        
           | 68 | 
           david | 
           142 | 
              | 
        
        
           | 184 | 
           jpm | 
           143 | 
           # Raccourci pour eFlore ANCIEN : les nn
  | 
        
        
           | 68 | 
           david | 
           144 | 
           RewriteRule ^nn([0-9]*)$ papyrus.php?menu=39&module=fiche&nn=$1 [L]
  | 
        
        
            | 
            | 
           145 | 
           RewriteRule ^bdnff_nn([0-9]*)$ papyrus.php?menu=39&module=fiche&nn=$1 [L]
  | 
        
        
            | 
            | 
           146 | 
           RewriteRule ^bdnff\/nn([0-9]*)$ papyrus.php?menu=39&module=fiche&nn=$1 [L]
  | 
        
        
           | 4 | 
           david | 
           147 | 
           RewriteRule ^bdnfgm_nn([0-9]*)$ papyrus.php?menu=135&flore=ANT&xslt=identitetaxon.xsl&servicexml=donneidentitestaxons.php&numclass=1&numnom=$1 [L]
  | 
        
        
            | 
            | 
           148 | 
           RewriteRule ^bdnfgm\/nn([0-9]*)$ papyrus.php?menu=135&flore=ANT&xslt=identitetaxon.xsl&servicexml=donneidentitestaxons.php&numclass=1&numnom=$1 [L]
  | 
        
        
            | 
            | 
           149 | 
           RewriteRule ^bdnfr_nn([0-9]*)$ papyrus.php?menu=136&flore=REU&xslt=identitetaxon.xsl&servicexml=donneidentitestaxons.php&numclass=1&numnom=$1 [L]
  | 
        
        
            | 
            | 
           150 | 
           RewriteRule ^bdnfr\/nn([0-9]*)$ papyrus.php?menu=136&flore=REU&xslt=identitetaxon.xsl&servicexml=donneidentitestaxons.php&numclass=1&numnom=$1 [L]
  | 
        
        
           | 184 | 
           jpm | 
           151 | 
           # Raccourci pour eFlore ANCIEN : les nt
  | 
        
        
           | 68 | 
           david | 
           152 | 
           RewriteRule ^nt([0-9]*)$ papyrus.php?menu=39&module=fiche&nt=$1 [L]
  | 
        
        
            | 
            | 
           153 | 
           RewriteRule ^bdnff_nt([0-9]*)$ papyrus.php?menu=39&module=fiche&nt=$1 [L]
  | 
        
        
            | 
            | 
           154 | 
           RewriteRule ^bdnff\/nt([0-9]*)$ papyrus.php?menu=39&module=fiche&nt=$1 [L]
  | 
        
        
            | 
            | 
           155 | 
           RewriteRule ^bdnfgm_nt([0-9]*)$ papyrus.php?menu=135&flore=ANT&xslt=identitetaxon.xsl&servicexml=donneidentitestaxons.php&numclass=1&numtaxon=$1 [L]
  | 
        
        
            | 
            | 
           156 | 
           RewriteRule ^bdnfgm\/nt([0-9]*)$ papyrus.php?menu=135&flore=ANT&xslt=identitetaxon.xsl&servicexml=donneidentitestaxons.php&numclass=1&numtaxon=$1 [L]
  | 
        
        
            | 
            | 
           157 | 
           RewriteRule ^bdnfr_nt([0-9]*)$ papyrus.php?menu=136&flore=REU&xslt=identitetaxon.xsl&servicexml=donneidentitestaxons.php&numclass=1&numtaxon=$1 [L]
  | 
        
        
            | 
            | 
           158 | 
           RewriteRule ^bdnfr\/nt([0-9]*)$ papyrus.php?menu=136&flore=REU&xslt=identitetaxon.xsl&servicexml=donneidentitestaxons.php&numclass=1&numtaxon=$1 [L]
  | 
        
        
            | 
            | 
           159 | 
              | 
        
        
           | 570 | 
           jpm | 
           160 | 
           #RewriteRule ^([^/]*\.css)$ wikini/isff/$1 [L]
  | 
        
        
            | 
            | 
           161 | 
           #RewriteRule ^wikini/([^/]+)/([^.]*)$ wikini/$1/wakka.php?wiki=$2 [L]
  | 
        
        
           | 4 | 
           david | 
           162 | 
              | 
        
        
           | 213 | 
           jpm | 
           163 | 
           # Redirection d'url pour les vielles applications de Papyrus
  | 
        
        
           | 212 | 
           jpm | 
           164 | 
           RewriteRule ^([^\/]+)&(.*)$ http://www.tela-botanica.org/$1?$2 [QSA,L,R=301]
  | 
        
        
           | 213 | 
           jpm | 
           165 | 
           # Redirection d'url pour les vieux permaliens
  | 
        
        
           | 219 | 
           jpm | 
           166 | 
           RewriteCond %{REQUEST_FILENAME}/ !-d
  | 
        
        
           | 212 | 
           jpm | 
           167 | 
           RewriteRule ^([^\/\?:.]+)$ http://www.tela-botanica.org/page:$1 [QSA,L,R=301]
  | 
        
        
           | 213 | 
           jpm | 
           168 | 
           # Redirection d'url pour les permaliens d'origine contenant menu_
  | 
        
        
           | 317 | 
           jpm | 
           169 | 
           # TODO : voir pourquoi les query string ne sont pas transmise... : [MAJ 07 mars 2007 JPM : cela à l'air de marcher]
  | 
        
        
           | 447 | 
           jpm | 
           170 | 
           #RewriteRule ^page:menu_([0-9]+)$ http://www.tela-botanica.org/page:$1 [QSA,L,R=301]
  | 
        
        
           | 218 | 
           jpm | 
           171 | 
           # Redirection d'url pour les anciennes url utilisant les codes numériques pour les sites
  | 
        
        
           | 373 | 
           jpm | 
           172 | 
           RewriteCond %{REQUEST_URI}?%{QUERY_STRING} ^/papyrus\.php\?site=([0-9]+)(&?(.*))$
  | 
        
        
           | 218 | 
           jpm | 
           173 | 
           RewriteRule ^papyrus.php$ http://www.tela-botanica.org/site:%1?%3 [L,R=301]
  | 
        
        
           | 213 | 
           jpm | 
           174 | 
           # Redirection d'url pour le sélecteur de site
  | 
        
        
           | 214 | 
           jpm | 
           175 | 
           # Le point d'intérrogation sans rien après, vide la QUERY_STRING sinon elle est concacténée à l'url et cela plante...
  | 
        
        
            | 
            | 
           176 | 
           # Le "/" initial dans la RewriteCond est obligatoire!
  | 
        
        
           | 216 | 
           jpm | 
           177 | 
           RewriteCond %{REQUEST_URI}?%{QUERY_STRING} ^/papyrus\.php\?site=([^&]+)$
  | 
        
        
           | 214 | 
           jpm | 
           178 | 
           RewriteRule ^papyrus.php$ http://www.tela-botanica.org/site:%1? [L,R=301]
  | 
        
        
            | 
            | 
           179 | 
              | 
        
        
           | 212 | 
           jpm | 
           180 | 
           # Réecriture d'url pour les sites de Papyrus : à modifier si les valeurs par défaut ont été changées
  | 
        
        
            | 
            | 
           181 | 
           RewriteRule ^site:.+$ papyrus.php [QSA,L]
  | 
        
        
            | 
            | 
           182 | 
           # Réecriture d'url pour les menus de Papyrus : à modifier si les valeurs par défaut ont été changées
  | 
        
        
            | 
            | 
           183 | 
           RewriteRule ^page:.+$ papyrus.php [QSA,L]
  | 
        
        
           | 595 | 
           jpm | 
           184 | 
              | 
        
        
           | 570 | 
           jpm | 
           185 | 
           # Réecriture d'url pour les applications GWT
  | 
        
        
           | 595 | 
           jpm | 
           186 | 
           RewriteRule ^appli:cel$ http://www.tela-botanica.org/eflore/cel2/cel2.html [QSA,L,R=302]
  | 
        
        
            | 
            | 
           187 | 
           RewriteRule ^appli:cel2$ http://www.tela-botanica.org/eflore/cel2/cel2.html [QSA,L,R=302]
  | 
        
        
            | 
            | 
           188 | 
           RewriteRule ^appli-test:cel2$ http://www.tela-botanica.org/eflore-test/cel2/cel2.html [QSA,L,R=302]
  | 
        
        
           | 591 | 
           jpm | 
           189 | 
           RewriteRule ^appli:coel$ http://www.tela-botanica.org/eflore/coel/Coel.html [QSA,L,R=302]
  | 
        
        
           | 212 | 
           jpm | 
           190 | 
              | 
        
        
            | 
            | 
           191 | 
           # Gestion des erreurs 404
  | 
        
        
           | 290 | 
           jpm | 
           192 | 
           ErrorDocument 404 /erreur_http.php?erreur=404
  |