From 815d9af5241cee4c1a42afa6ffb3c9171c23d5da Mon Sep 17 00:00:00 2001 From: llaffont <llaffont@git-test.afi-sa.fr> Date: Tue, 24 Sep 2013 14:08:50 +0000 Subject: [PATCH] =?UTF-8?q?Doc=20INSTALL:=20suppression=20de=20l'option=20?= =?UTF-8?q?=20MultiViews=20qui=20n'a=20rien=20=C3=A0=20faire=20l=C3=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 4b3f03fe50a..ad308c239ec 100644 --- a/INSTALL +++ b/INSTALL @@ -49,7 +49,7 @@ Sauf indiqué, cette procédure prends en compte par défaut les distributions G Dans la conf Apache, supprimer l'option Indexes (listing des fichiers) et autoriser les .htaccess: <Directory /var/www/> - Options FollowSymLinks MultiViews + Options FollowSymLinks AllowOverride All Order allow,deny allow from all -- GitLab