Line 1... |
Line 1... |
1 |
AddHandler application/x-httpd-php5 .php
|
1 |
#AddHandler application/x-httpd-php5 .php
|
2 |
AddHandler application/x-httpd-php5 .php3
|
2 |
#AddHandler application/x-httpd-php5 .php3
|
Line 3... |
Line 3... |
3 |
|
3 |
|
4 |
#Spammers
|
4 |
#Spammers
|
5 |
Deny from estel.ro
|
5 |
Deny from estel.ro
|
6 |
Deny from ne.jp
|
6 |
Deny from ne.jp
|
Line 25... |
Line 25... |
25 |
RewriteCond %{REQUEST_FILENAME} !-f
|
25 |
RewriteCond %{REQUEST_FILENAME} !-f
|
Line 26... |
Line 26... |
26 |
|
26 |
|
27 |
# Raccourci pour l'inscription
|
27 |
# Raccourci pour l'inscription
|
Line -... |
Line 28... |
- |
|
28 |
RewriteRule ^_ins_([0-9a-z]*)$ papyrus.php?menu=22&action=ajouter&id=$1 [L]
|
- |
|
29 |
|
- |
|
30 |
# Réecriture vers tela-botanica.net
|
- |
|
31 |
RewriteRule ^(gestion.*)$ http://www.tela-botanica.net/$1 [QSA,L,R=301]
|
- |
|
32 |
RewriteRule ^calendrier\/calendars\/publish\.mozilla\.php\/(.+)\.ics$ http://www.tela-botanica.net/calendriers/calendars/publish.php/$1.ics [QSA,L,R=301]
|
- |
|
33 |
RewriteRule ^calendrier\/(.*)$ http://www.tela-botanica.net/calendriers/$1 [QSA,L,R=301]
|
- |
|
34 |
RewriteRule ^enquetes\/utilisateurs_eflore$ http://www.tela-botanica.net/enquetes/index.php?sid=1&newtest=Y [QSA,L,R=301]
|
- |
|
35 |
RewriteRule ^(enquetes.*)$ http://www.tela-botanica.net/$1 [QSA,L,R=301]
|
- |
|
36 |
RewriteRule ^telabotanica\/(.*)$ http://www.tela-botanica.net/intranet/$1 [QSA,L,R=301]
|
- |
|
37 |
RewriteRule ^photos(.*)$ http://www.tela-botanica.net/photos$1 [QSA,L,R=301]
|
- |
|
38 |
|
- |
|
39 |
# Redirection pour maintenance interne
|
28 |
RewriteRule ^_ins_([0-9a-z]*)$ papyrus.php?menu=22&action=ajouter&id=$1 [L]
|
40 |
RewriteRule ^(zoom.*)$ http://www.tela-botanica.org/eflore-test/$1 [L,R=301]
|
29 |
|
41 |
|
Line 30... |
Line 42... |
30 |
# Redirection pour la page d'accueil
|
42 |
# Redirection pour la page d'accueil
|
31 |
RewriteRule ^index\.php$ http://www.tela-botanica.org/index.html [QSA,L,R=301]
|
43 |
RewriteRule ^index\.php$ http://www.tela-botanica.org/index.html [QSA,L,R=301]
|
Line 167... |
Line 179... |
167 |
# Réecriture d'url pour les sites de Papyrus : à modifier si les valeurs par défaut ont été changées
|
179 |
# Réecriture d'url pour les sites de Papyrus : à modifier si les valeurs par défaut ont été changées
|
168 |
RewriteRule ^site:.+$ papyrus.php [QSA,L]
|
180 |
RewriteRule ^site:.+$ papyrus.php [QSA,L]
|
169 |
# Réecriture d'url pour les menus de Papyrus : à modifier si les valeurs par défaut ont été changées
|
181 |
# Réecriture d'url pour les menus de Papyrus : à modifier si les valeurs par défaut ont été changées
|
170 |
RewriteRule ^page:.+$ papyrus.php [QSA,L]
|
182 |
RewriteRule ^page:.+$ papyrus.php [QSA,L]
|
Line 171... |
Line -... |
171 |
|
- |
|
172 |
# Réecriture vers tela-botanica.net
|
- |
|
173 |
RewriteRule ^(gestion.*)$ http://www.tela-botanica.net/$1 [QSA,L,R=301]
|
- |
|
174 |
RewriteRule ^calendrier\/calendars\/publish\.mozilla\.php\/(.+)\.ics$ http://www.tela-botanica.net/calendriers/calendars/publish.php/$1.ics [QSA,L,R=301]
|
- |
|
175 |
RewriteRule ^calendrier\/(.*)$ http://www.tela-botanica.net/calendriers/$1 [QSA,L,R=301]
|
- |
|
176 |
RewriteRule ^enquetes\/utilisateurs_eflore$ http://www.tela-botanica.net/enquetes/index.php?sid=1&newtest=Y [QSA,L,R=301]
|
- |
|
177 |
RewriteRule ^(enquetes.*)$ http://www.tela-botanica.net/$1 [QSA,L,R=301]
|
- |
|
178 |
RewriteRule ^telabotanica\/(.*)$ http://www.tela-botanica.net/intranet/$1 [QSA,L,R=301]
|
- |
|
179 |
RewriteRule ^photos(.*)$ http://www.tela-botanica.net/photos$1 [QSA,L,R=301]
|
- |
|
180 |
|
183 |
|
181 |
# Gestion des erreurs 404
|
184 |
# Gestion des erreurs 404
|