J'ai modifié ce fichier pour utiliser RedirectPermanent partout.

D'ailleurs, j'en profite pour signaler que le deuxième argument _doit_ être
une URL, et que l'ancien comportement était une tolérance non documentée de
RedirectMatch.
This commit is contained in:
rineau 2004-04-08 09:45:31 +00:00
parent c428dd4095
commit 3a4ea79e5b

225
.htaccess
View file

@ -6,132 +6,131 @@ RewriteRule tuteurs.css netscape-sucks.css
ErrorDocument 404 /404.html
RedirectMatch permanent /ancien-site/(.*) /$1
RedirectPermanent /ancien-site/ http://www.tuteurs.ens.fr/
RedirectMatch permanent /cours/hyperlatex/.* http://www.cs.uu.nl/~otfried/Hyperlatex/
RedirectPermanent /cours/hyperlatex/ http://www.cs.uu.nl/~otfried/Hyperlatex/
RedirectMatch permanent /cours/unix/accents.html /unix/accents.html
RedirectMatch permanent /cours/unix/archives.html /unix/archives.html
RedirectMatch permanent /cours/unix/chercher.html /unix/chercher.html
RedirectMatch permanent /cours/unix/communiquer.html /unix/communiquer.html
RedirectMatch permanent /cours/unix/disquettes.html /unix/disquettes.html
RedirectMatch permanent /cours/unix/divers.html /unix/divers.html
RedirectMatch permanent /cours/unix/droits.html /unix/droits.html
RedirectMatch permanent /cours/unix/fichiers.html /unix/fichiers.html
RedirectMatch permanent /cours/unix/imprimer.html /unix/imprimer.html
RedirectMatch permanent /cours/unix/index.html /unix/index.html
RedirectMatch permanent /cours/unix/jeux.html /unix/jeux.html
RedirectMatch permanent /cours/unix/processus.html /unix/processus.html
RedirectMatch permanent /cours/unix/repertoires.html /unix/repertoires.html
RedirectMatch permanent /cours/unix/shell.html /unix/shell.html
RedirectPermanent /cours/unix/accents.html http://www.tuteurs.ens.fr/unix/accents.html
RedirectPermanent /cours/unix/archives.html http://www.tuteurs.ens.fr/unix/archives.html
RedirectPermanent /cours/unix/chercher.html http://www.tuteurs.ens.fr/unix/chercher.html
RedirectPermanent /cours/unix/communiquer.html http://www.tuteurs.ens.fr/unix/communiquer.html
RedirectPermanent /cours/unix/disquettes.html http://www.tuteurs.ens.fr/unix/disquettes.html
RedirectPermanent /cours/unix/divers.html http://www.tuteurs.ens.fr/unix/divers.html
RedirectPermanent /cours/unix/droits.html http://www.tuteurs.ens.fr/unix/droits.html
RedirectPermanent /cours/unix/fichiers.html http://www.tuteurs.ens.fr/unix/fichiers.html
RedirectPermanent /cours/unix/imprimer.html http://www.tuteurs.ens.fr/unix/imprimer.html
RedirectPermanent /cours/unix/index.html http://www.tuteurs.ens.fr/unix/index.html
RedirectPermanent /cours/unix/jeux.html http://www.tuteurs.ens.fr/unix/jeux.html
RedirectPermanent /cours/unix/processus.html http://www.tuteurs.ens.fr/unix/processus.html
RedirectPermanent /cours/unix/repertoires.html http://www.tuteurs.ens.fr/unix/repertoires.html
RedirectPermanent /cours/unix/shell.html http://www.tuteurs.ens.fr/unix/shell.html
RedirectMatch permanent /exos/contact.html /unix/exercices/contact.html
RedirectMatch permanent /exos/cp_mv.html /unix/exercices/cp_mv.html
RedirectMatch permanent /exos/enchainer.html /unix/exercices/enchainer.html
RedirectMatch permanent /exos/find.html /unix/exercices/find.html
RedirectMatch permanent /exos/grep.html /unix/exercices/grep.html
RedirectMatch permanent /exos/index.html /unix/exercices/index.html
RedirectMatch permanent /exos/interface.html /unix/exercices/interface.html
RedirectMatch permanent /exos/less.html /unix/exercices/less.html
RedirectMatch permanent /exos/ls.html /unix/exercices/ls.html
RedirectMatch permanent /exos/mkdir_cd.html /unix/exercices/mkdir_cd.html
RedirectMatch permanent /exos/systeme.html /unix/exercices/systeme.html
RedirectMatch permanent /exos/unix_deb.html /unix/exercices/unix_deb.html
RedirectPermanent /exos/contact.html http://www.tuteurs.ens.fr/unix/exercices/contact.html
RedirectPermanent /exos/cp_mv.html http://www.tuteurs.ens.fr/unix/exercices/cp_mv.html
RedirectPermanent /exos/enchainer.html http://www.tuteurs.ens.fr/unix/exercices/enchainer.html
RedirectPermanent /exos/find.html http://www.tuteurs.ens.fr/unix/exercices/find.html
RedirectPermanent /exos/grep.html http://www.tuteurs.ens.fr/unix/exercices/grep.html
RedirectPermanent /exos/index.html http://www.tuteurs.ens.fr/unix/exercices/index.html
RedirectPermanent /exos/interface.html http://www.tuteurs.ens.fr/unix/exercices/interface.html
RedirectPermanent /exos/less.html http://www.tuteurs.ens.fr/unix/exercices/less.html
RedirectPermanent /exos/ls.html http://www.tuteurs.ens.fr/unix/exercices/ls.html
RedirectPermanent /exos/mkdir_cd.html http://www.tuteurs.ens.fr/unix/exercices/mkdir_cd.html
RedirectPermanent /exos/systeme.html http://www.tuteurs.ens.fr/unix/exercices/systeme.html
RedirectPermanent /exos/unix_deb.html http://www.tuteurs.ens.fr/unix/exercices/unix_deb.html
RedirectMatch permanent /cours/latex/astuces.html /logiciels/latex/astuces.html
RedirectMatch permanent /cours/latex/bibtex.html /logiciels/latex/bibtex.html
RedirectMatch permanent /cours/latex/exemple.html /logiciels/latex/exemple.html
RedirectMatch permanent /cours/latex/export.html /logiciels/latex/export.html
RedirectMatch permanent /cours/latex/figures.html /logiciels/latex/figures.html
RedirectMatch permanent /cours/latex/footnote.html /logiciels/latex/footnote.html
RedirectMatch permanent /cours/latex/grec.html /logiciels/latex/grec.html
RedirectMatch permanent /cours/latex/index.html /logiciels/latex/index.html
RedirectMatch permanent /cours/latex/latex.html /logiciels/latex/latex.html
RedirectMatch permanent /cours/latex/lettre.html /logiciels/latex/lettre.html
RedirectMatch permanent /cours/latex/macros.html /logiciels/latex/macros.html
RedirectMatch permanent /cours/latex/makeindex.html /logiciels/latex/makeindex.html
RedirectMatch permanent /cours/latex/manuel.html /logiciels/latex/manuel.html
RedirectMatch permanent /cours/latex/polices.html /logiciels/latex/polices.html
RedirectMatch permanent /cours/latex/references.html /logiciels/latex/references.html
RedirectMatch permanent /cours/latex/tableaux.html /logiciels/latex/tableaux.html
RedirectPermanent /cours/latex/astuces.html http://www.tuteurs.ens.fr/logiciels/latex/astuces.html
RedirectPermanent /cours/latex/bibtex.html http://www.tuteurs.ens.fr/logiciels/latex/bibtex.html
RedirectPermanent /cours/latex/exemple.html http://www.tuteurs.ens.fr/logiciels/latex/exemple.html
RedirectPermanent /cours/latex/export.html http://www.tuteurs.ens.fr/logiciels/latex/export.html
RedirectPermanent /cours/latex/figures.html http://www.tuteurs.ens.fr/logiciels/latex/figures.html
RedirectPermanent /cours/latex/footnote.html http://www.tuteurs.ens.fr/logiciels/latex/footnote.html
RedirectPermanent /cours/latex/grec.html http://www.tuteurs.ens.fr/logiciels/latex/grec.html
RedirectPermanent /cours/latex/index.html http://www.tuteurs.ens.fr/logiciels/latex/index.html
RedirectPermanent /cours/latex/latex.html http://www.tuteurs.ens.fr/logiciels/latex/latex.html
RedirectPermanent /cours/latex/lettre.html http://www.tuteurs.ens.fr/logiciels/latex/lettre.html
RedirectPermanent /cours/latex/macros.html http://www.tuteurs.ens.fr/logiciels/latex/macros.html
RedirectPermanent /cours/latex/makeindex.html http://www.tuteurs.ens.fr/logiciels/latex/makeindex.html
RedirectPermanent /cours/latex/manuel.html http://www.tuteurs.ens.fr/logiciels/latex/manuel.html
RedirectPermanent /cours/latex/polices.html http://www.tuteurs.ens.fr/logiciels/latex/polices.html
RedirectPermanent /cours/latex/references.html http://www.tuteurs.ens.fr/logiciels/latex/references.html
RedirectPermanent /cours/latex/tableaux.html http://www.tuteurs.ens.fr/logiciels/latex/tableaux.html
RedirectMatch permanent /internet/mail-mutt.html /internet/mail-mutt.html
RedirectMatch permanent /internet/mail-pine.html /internet/mail-pine.html
RedirectMatch permanent /internet/procmail.html /internet/procmail.html
RedirectMatch permanent /internet/lynx.html /internet/web/lynx.html
RedirectMatch permanent /internet/html/quoi.html /internet/web/html/
RedirectPermanent /internet/mail-mutt.html http://www.tuteurs.ens.fr/internet/mail-mutt.html
RedirectPermanent /internet/mail-pine.html http://www.tuteurs.ens.fr/internet/mail-pine.html
RedirectPermanent /internet/procmail.html http://www.tuteurs.ens.fr/internet/procmail.html
RedirectPermanent /internet/lynx.html http://www.tuteurs.ens.fr/internet/web/lynx.html
RedirectPermanent /internet/html/quoi.html http://www.tuteurs.ens.fr/internet/web/html/
RedirectMatch permanent /internet/forum/bienvenue.html /internet/forum/
RedirectMatch permanent /internet/forum/bienvenue01.html /internet/forum/
RedirectMatch permanent /internet/forum/bienvenue02.html /internet/forum/table.html
RedirectMatch permanent /internet/forum/bienvenue03.html /internet/forum/flrn.html
RedirectMatch permanent /internet/forum/bienvenue04.html /internet/forum/flrn.html
RedirectMatch permanent /internet/forum/bienvenue05.html /internet/forum/crosspost.html
RedirectMatch permanent /internet/forum/bienvenue08.html /internet/forum/netiquette.html
RedirectMatch permanent /internet/forum/bienvenue09.html /internet/forum/entetes.html
RedirectMatch permanent /internet/forum/bienvenue10.html /internet/forum/
RedirectPermanent /internet/forum/bienvenue.html http://www.tuteurs.ens.fr/internet/forum/
RedirectPermanent /internet/forum/bienvenue01.html http://www.tuteurs.ens.fr/internet/forum/
RedirectPermanent /internet/forum/bienvenue02.html http://www.tuteurs.ens.fr/internet/forum/table.html
RedirectPermanent /internet/forum/bienvenue03.html http://www.tuteurs.ens.fr/internet/forum/flrn.html
RedirectPermanent /internet/forum/bienvenue04.html http://www.tuteurs.ens.fr/internet/forum/flrn.html
RedirectPermanent /internet/forum/bienvenue05.html http://www.tuteurs.ens.fr/internet/forum/crosspost.html
RedirectPermanent /internet/forum/bienvenue08.html http://www.tuteurs.ens.fr/internet/forum/netiquette.html
RedirectPermanent /internet/forum/bienvenue09.html http://www.tuteurs.ens.fr/internet/forum/entetes.html
RedirectPermanent /internet/forum/bienvenue10.html http://www.tuteurs.ens.fr/internet/forum/
RedirectMatch permanent /premiere-fois/gourous.html /meta/gourous.html
RedirectMatch permanent /premiere-fois/FAQ/flrn.html /faq/flrn.html
RedirectMatch permanent /premiere-fois/FAQ/mail.html /faq/mail.html
RedirectMatch permanent /premiere-fois/FAQ/vie.html /faq/vie.html
RedirectMatch permanent /premiere-fois/configure.html /unix/config/2003/xconfiguration.html
RedirectMatch permanent /premiere-fois/copyright.html /unix/copyright.html
RedirectMatch permanent /premiere-fois/accents.html /unix/accents-base.html
RedirectMatch permanent /premiere-fois/clavier.html /unix/clavier.html
RedirectMatch permanent /premiere-fois/unix-technique.html /unix/unix-technique.html
RedirectMatch permanent /premiere-fois/jamais.html /unix/jamais.html
RedirectMatch permanent /premiere-fois/loguer.html /unix/loguer.html
RedirectMatch permanent /premiere-fois/unix.html /unix/prelude.html
RedirectMatch permanent /premiere-fois/index.html /debutants.html
RedirectMatch permanent /premiere-fois/salles.html /meta/salles.html
RedirectMatch permanent /premiere-fois/menu.html /unix/config/2002/menu.html
RedirectMatch permanent /premiere-fois/config.html /unix/config/
RedirectPermanent /premiere-fois/gourous.html http://www.tuteurs.ens.fr/meta/gourous.html
RedirectPermanent /premiere-fois/FAQ/flrn.html http://www.tuteurs.ens.fr/faq/flrn.html
RedirectPermanent /premiere-fois/FAQ/mail.html http://www.tuteurs.ens.fr/faq/mail.html
RedirectPermanent /premiere-fois/FAQ/vie.html http://www.tuteurs.ens.fr/faq/vie.html
RedirectPermanent /premiere-fois/configure.html http://www.tuteurs.ens.fr/unix/config/2003/xconfiguration.html
RedirectPermanent /premiere-fois/copyright.html http://www.tuteurs.ens.fr/unix/copyright.html
RedirectPermanent /premiere-fois/accents.html http://www.tuteurs.ens.fr/unix/accents-base.html
RedirectPermanent /premiere-fois/clavier.html http://www.tuteurs.ens.fr/unix/clavier.html
RedirectPermanent /premiere-fois/unix-technique.html http://www.tuteurs.ens.fr/unix/unix-technique.html
RedirectPermanent /premiere-fois/jamais.html http://www.tuteurs.ens.fr/unix/jamais.html
RedirectPermanent /premiere-fois/loguer.html http://www.tuteurs.ens.fr/unix/loguer.html
RedirectPermanent /premiere-fois/unix.html http://www.tuteurs.ens.fr/unix/prelude.html
RedirectPermanent /premiere-fois/index.html http://www.tuteurs.ens.fr/debutants.html
RedirectPermanent /premiere-fois/salles.html http://www.tuteurs.ens.fr/meta/salles.html
RedirectPermanent /premiere-fois/menu.html http://www.tuteurs.ens.fr/unix/config/2002/menu.html
RedirectPermanent /premiere-fois/config.html http://www.tuteurs.ens.fr/unix/config/
RedirectMatch permanent /cours/cvs/.* /logiciels/cvs/
RedirectMatch permanent /cours/images/.* /theorie/
RedirectMatch permanent /compatibilite-linux.html /bonus/compatibilite_linux.html
RedirectMatch permanent /biblio.html /armoire.html
RedirectPermanent /cours/cvs/ http://www.tuteurs.ens.fr/logiciels/cvs/
RedirectPermanent /cours/images/ http://www.tuteurs.ens.fr/theorie/
RedirectPermanent /compatibilite-linux.html http://www.tuteurs.ens.fr/bonus/compatibilite_linux.html
RedirectPermanent /biblio.html http://www.tuteurs.ens.fr/armoire.html
RedirectMatch permanent /latex/xdvi.html /logiciels/latex/xdvi.html
RedirectMatch permanent /cours/index.html /logiciels/latex/
RedirectMatch permanent /cours/rcs.html /logiciels/latex/rcs/
RedirectPermanent /latex/xdvi.html http://www.tuteurs.ens.fr/logiciels/latex/xdvi.html
RedirectPermanent /cours/index.html http://www.tuteurs.ens.fr/logiciels/latex/
RedirectPermanent /cours/rcs.html http://www.tuteurs.ens.fr/logiciels/latex/rcs/
RedirectMatch permanent /faq.html /faq/
RedirectMatch permanent /cours/unix/cercles.html /unix/editeurs/cercles.html
RedirectMatch permanent /cours/unix/editeurs.html /unix/editeurs/
RedirectPermanent /faq.html http://www.tuteurs.ens.fr/faq/
RedirectPermanent /cours/unix/cercles.html http://www.tuteurs.ens.fr/unix/editeurs/cercles.html
RedirectPermanent /cours/unix/editeurs.html http://www.tuteurs.ens.fr/unix/editeurs/
RedirectMatch permanent /tuteurs/hublot.* /docs/hublot/
RedirectMatch permanent ^/hublot.* /docs/hublot/
RedirectPermanent /hublot/ http://www.tuteurs.ens.fr/docs/hublot/
RedirectMatch permanent /exos/contact_sol.html /unix/exercices/solutions/contact-sol.html
RedirectMatch permanent /exos/cp_mv_sol.html /unix/exercices/solutions/cp_mv-sol.html
RedirectMatch permanent /exos/find_sol.html /unix/exercices/solutions/find-sol.html
RedirectMatch permanent /exos/grep_sol.html /unix/exercices/solutions/grep-sol.html
RedirectMatch permanent /exos/interface_sol.html /unix/exercices/solutions/interface-sol.html
RedirectMatch permanent /exos/less_sol.html /unix/exercices/solutions/less-sol.html
RedirectMatch permanent /exos/ls_sol.html /unix/exercices/solutions/ls-sol.html
RedirectMatch permanent /exos/mkdir_cd_sol.html /unix/exercices/solutions/mkdir_cd-sol.html
RedirectMatch permanent /exos/sol.base.html /unix/exercices/
RedirectMatch permanent /exos/sol.contact.html /unix/exercices/
RedirectMatch permanent /exos/sol.enchainer.html /unix/exercices/solutions/enchainer-sol.html
RedirectMatch permanent /exos/sol.syst.html /unix/exercices/solutions/systeme-sol.html
RedirectMatch permanent /exos/unix_deb_sol.html /unix/exercices/solutions/unix_deb-sol.html
RedirectPermanent /exos/contact_sol.html http://www.tuteurs.ens.fr/unix/exercices/solutions/contact-sol.html
RedirectPermanent /exos/cp_mv_sol.html http://www.tuteurs.ens.fr/unix/exercices/solutions/cp_mv-sol.html
RedirectPermanent /exos/find_sol.html http://www.tuteurs.ens.fr/unix/exercices/solutions/find-sol.html
RedirectPermanent /exos/grep_sol.html http://www.tuteurs.ens.fr/unix/exercices/solutions/grep-sol.html
RedirectPermanent /exos/interface_sol.html http://www.tuteurs.ens.fr/unix/exercices/solutions/interface-sol.html
RedirectPermanent /exos/less_sol.html http://www.tuteurs.ens.fr/unix/exercices/solutions/less-sol.html
RedirectPermanent /exos/ls_sol.html http://www.tuteurs.ens.fr/unix/exercices/solutions/ls-sol.html
RedirectPermanent /exos/mkdir_cd_sol.html http://www.tuteurs.ens.fr/unix/exercices/solutions/mkdir_cd-sol.html
RedirectPermanent /exos/sol.base.html http://www.tuteurs.ens.fr/unix/exercices/
RedirectPermanent /exos/sol.contact.html http://www.tuteurs.ens.fr/unix/exercices/
RedirectPermanent /exos/sol.enchainer.html http://www.tuteurs.ens.fr/unix/exercices/solutions/enchainer-sol.html
RedirectPermanent /exos/sol.syst.html http://www.tuteurs.ens.fr/unix/exercices/solutions/systeme-sol.html
RedirectPermanent /exos/unix_deb_sol.html http://www.tuteurs.ens.fr/unix/exercices/solutions/unix_deb-sol.html
RedirectMatch permanent /help.html /meta/charte_graphique.html
RedirectPermanent /help.html http://www.tuteurs.ens.fr/meta/charte_graphique.html
RedirectMatch permanent /stages/formations.html /meta/formations.html
RedirectMatch permanent /stages/veritables_mobiles.html /meta/veritables_mobiles.html
RedirectMatch permanent /pourquoi.html /meta/charte.html
RedirectMatch permanent /internet/forum.html /internet/forum/
RedirectMatch permanent /internet/email.html /internet/courrier/
RedirectMatch permanent /internet/forum/liste.html /internet/forum/bienvenue.html
RedirectMatch permanent /premiere-fois/conseils.html /meta/conseils.html
RedirectMatch permanent /cours/unix/fs.html /unix/systemes_fichiers.html
RedirectPermanent /stages/formations.html http://www.tuteurs.ens.fr/meta/formations.html
RedirectPermanent /stages/veritables_mobiles.html http://www.tuteurs.ens.fr/meta/veritables_mobiles.html
RedirectPermanent /pourquoi.html http://www.tuteurs.ens.fr/meta/charte.html
RedirectPermanent /internet/forum.html http://www.tuteurs.ens.fr/internet/forum/
RedirectPermanent /internet/email.html http://www.tuteurs.ens.fr/internet/courrier/
RedirectPermanent /internet/forum/liste.html http://www.tuteurs.ens.fr/internet/forum/bienvenue.html
RedirectPermanent /premiere-fois/conseils.html http://www.tuteurs.ens.fr/meta/conseils.html
RedirectPermanent /cours/unix/fs.html http://www.tuteurs.ens.fr/unix/systemes_fichiers.html
RedirectMatch permanent /exos/ /unix/exercices/
RedirectMatch permanent /cours/latex/ /logiciels/latex/
RedirectMatch permanent /premiere-fois/ /debutants.html
RedirectMatch permanent /cours/ /logiciels/latex/
RedirectPermanent /exos/ http://www.tuteurs.ens.fr/unix/exercices/
RedirectPermanent /cours/latex/ http://www.tuteurs.ens.fr/logiciels/latex/
RedirectPermanent /premiere-fois/ http://www.tuteurs.ens.fr/debutants.html
RedirectPermanent /cours/ http://www.tuteurs.ens.fr/logiciels/latex/
RedirectMatch permanent /logiciels/latex.html /logiciels/latex/
RedirectPermanent /logiciels/latex.html http://www.tuteurs.ens.fr/logiciels/latex/