From 09ac28f13e08b39c4b0bf1c00e9eae8a20d7db42 Mon Sep 17 00:00:00 2001 From: jriou Date: Thu, 19 Dec 2002 17:32:48 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20d'un=20.htaccess=20pour=20g=C3=A9rer=20?= =?UTF-8?q?l'erreur=20404?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .htaccess | 3 +++ unix/exercices/solutions/index.tml | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 5f015ae..e5808eb 100644 --- a/.htaccess +++ b/.htaccess @@ -3,3 +3,6 @@ RewriteBase /tuteurs/web/ RewriteCond %{HTTP_USER_AGENT} ^Mozilla/4 RewriteCond %{HTTP_USER_AGENT} !MSIE RewriteRule tuteurs.css netscape-sucks.css + +ErrorDocument 404 /home/tuteurs/www/web/404.html + diff --git a/unix/exercices/solutions/index.tml b/unix/exercices/solutions/index.tml index 2fbedfe..5e74142 100644 --- a/unix/exercices/solutions/index.tml +++ b/unix/exercices/solutions/index.tml @@ -10,8 +10,11 @@

Solutions des exercices sur Unix

+

Veuillez utiliser les liens présents dans le sommaire pour accéder aux +solutions.

+
-Auteur : Joël Riou. Dernière modification le 2002-12-02. +Auteur : Joël Riou. Dernière modification le 2002-12-19.