From 4fd0c76dd2f355e84de5a1356d493f404bd5c6f9 Mon Sep 17 00:00:00 2001 From: Alan Garcia Date: Mon, 20 Dec 2010 16:50:08 +0000 Subject: [PATCH] Vieux bug : activation de mod_rewrite a l'installation --- install/alternc.install | 1 + 1 file changed, 1 insertion(+) diff --git a/install/alternc.install b/install/alternc.install index 6a98e2de..57f81c33 100644 --- a/install/alternc.install +++ b/install/alternc.install @@ -217,6 +217,7 @@ if [ -x /usr/sbin/apache2 ]; then if ! ( [ -L /etc/apache2/mods-enabled/vhost_alias.load ] && [ -L /etc/apache2/mods-enabled/$php.load ] ) then a2enmod vhost_alias + a2enmod rewrite a2enmod $php s="apache2" fi