From 4c235652406db5fbaf0189ed80efb6ccaeff4f63 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 24 Jun 2002 12:18:02 +0000 Subject: [PATCH] *** empty log message *** --- htdocs/public/error.html | 19 +++++++++++++++++++ httpd.conf | 10 +++++++++- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 htdocs/public/error.html diff --git a/htdocs/public/error.html b/htdocs/public/error.html new file mode 100644 index 00000000000..4cb69726f60 --- /dev/null +++ b/htdocs/public/error.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 d913450feb9..e63b315e13b 100644 --- a/httpd.conf +++ b/httpd.conf @@ -3,6 +3,7 @@ # Sample httpd.conf for dolibarr # # $Id$ +# $Source$ # ServerAdmin webmaster.fr@lolix.org @@ -14,7 +15,7 @@ Options Indexes FollowSymLinks - AllowOverride none + AllowOverride All Order deny,allow Deny from all @@ -32,4 +33,11 @@ satisfy any + + Options Indexes FollowSymLinks + AllowOverride All + Order deny,allow + Allow from all + + \ No newline at end of file