From c49f0a419bbae5be389942d9de47baee277f3731 Mon Sep 17 00:00:00 2001 From: jriou Date: Sat, 21 Dec 2002 06:13:20 +0000 Subject: [PATCH] =?UTF-8?q?Correction=20du=20.htaccess=20car=20le=20site?= =?UTF-8?q?=20a=20boug=C3=A9...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index bd44fc0..0b9b080 100644 --- a/.htaccess +++ b/.htaccess @@ -1,8 +1,8 @@ RewriteEngine On -RewriteBase /tuteurs/web/ +RewriteBase /tuteurs/ RewriteCond %{HTTP_USER_AGENT} ^Mozilla/4 RewriteCond %{HTTP_USER_AGENT} !MSIE RewriteRule tuteurs.css netscape-sucks.css -ErrorDocument 404 /tuteurs/web/404.html +ErrorDocument 404 /tuteurs/404.html