From 9eeecc8567afd2a889d13eac764ea658cc25c92d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 24 Jun 2002 12:30:18 +0000 Subject: [PATCH] . --- htdocs/public/{error.html => error-404.php3} | 10 ++++------ htdocs/public/index.html | 19 +++++++++++++++++++ httpd.conf | 1 + 3 files changed, 24 insertions(+), 6 deletions(-) rename htdocs/public/{error.html => error-404.php3} (60%) create mode 100644 htdocs/public/index.html diff --git a/htdocs/public/error.html b/htdocs/public/error-404.php3 similarity index 60% rename from htdocs/public/error.html rename to htdocs/public/error-404.php3 index 9630573f7da..35d7aa17157 100644 --- a/htdocs/public/error.html +++ b/htdocs/public/error-404.php3 @@ -5,13 +5,11 @@ -

Erreur

+

Erreur 404

-

Le login ou le mot de passe que vous avez saisi est erroné, si vous souhaitez tester le site utiliser les login et mot de passe suivant : -

+

La page demandée n'existe pas : + +

Vous venez de !


diff --git a/htdocs/public/index.html b/htdocs/public/index.html new file mode 100644 index 00000000000..4cb69726f60 --- /dev/null +++ b/htdocs/public/index.html @@ -0,0 +1,19 @@ + + + + Dolibarr + + + +

Public

+ + + +
+
+ + +Last modified: Mon Jun 24 13:51:51 CEST 2002 + + + diff --git a/httpd.conf b/httpd.conf index e63b315e13b..fa863aa9be1 100644 --- a/httpd.conf +++ b/httpd.conf @@ -12,6 +12,7 @@ ErrorLog /spare/home/www/dolibarr/logs/error.log CustomLog /spare/home/www/dolibarr/logs/access.log combined + ErrorDocument 401 /public/error-401.html Options Indexes FollowSymLinks