*** empty log message ***

This commit is contained in:
Rodolphe Quiedeville 2002-06-24 12:18:02 +00:00
parent 89ae353ccc
commit 4c23565240
2 changed files with 28 additions and 1 deletions

19
htdocs/public/error.html Normal file
View File

@ -0,0 +1,19 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Dolibarr</title>
</head>
<body>
<h1>Public</h1>
<hr>
<address><a href="mailto:rodo@lager.lolix.net"></a></address>
<!-- Created: Mon Jun 24 13:51:43 CEST 2002 -->
<!-- hhmts start -->
Last modified: Mon Jun 24 13:51:51 CEST 2002
<!-- hhmts end -->
</body>
</html>

View File

@ -3,6 +3,7 @@
# Sample httpd.conf for dolibarr
#
# $Id$
# $Source$
#
<VirtualHost dolibarr.lafrere.lan>
ServerAdmin webmaster.fr@lolix.org
@ -14,7 +15,7 @@
<Location />
Options Indexes FollowSymLinks
AllowOverride none
AllowOverride All
Order deny,allow
Deny from all
@ -32,4 +33,11 @@
satisfy any
</Location>
<Location /public/>
Options Indexes FollowSymLinks
AllowOverride All
Order deny,allow
Allow from all
</Location>
</VirtualHost>