From bdcfec9883235bb827627d8067746ed5da1a3673 Mon Sep 17 00:00:00 2001 From: jriou Date: Thu, 19 Dec 2002 17:36:17 +0000 Subject: [PATCH] Petite correction sur le 404.html. --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index e5808eb..bd44fc0 100644 --- a/.htaccess +++ b/.htaccess @@ -4,5 +4,5 @@ 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 +ErrorDocument 404 /tuteurs/web/404.html