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