From cbe1959e4f1c5784d562fc059cda0ee7260c23fc Mon Sep 17 00:00:00 2001 From: Sanchez Mathieu Date: Sun, 4 Jun 2017 11:00:10 +0200 Subject: [PATCH] Correction commentaire --- .htaccess | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.htaccess b/.htaccess index 4003aa8..ff17c41 100644 --- a/.htaccess +++ b/.htaccess @@ -7,15 +7,15 @@ RewriteCond %{ENV:REDIRECT_END} ^1$ RewriteRule ^ - [L] # Redirection non-www vers www -#RewriteCond %{HTTP_HOST} ^eldotravo.fr$ -#RewriteRule ^(.*)$ http://www.eldotravo.fr/$1 [R=301,L,E=END:1] +# RewriteCond %{HTTP_HOST} ^eldotravo.fr$ +# RewriteRule ^(.*)$ http://www.eldotravo.fr/$1 [R=301,L,E=END:1] # Redirection des fichiers static pour www.eldotravo.fr RewriteCond %{HTTP_HOST} ^test.dev$ RewriteCond %{DOCUMENT_ROOT}/static%{REQUEST_URI} -f RewriteRule ^(.*)$ static/$1 [L,E=END:1] -#RewriteRule ^haute-garonne/toulouse/installation-entretien-climatisation /haute-garonne/toulouse/climatisation.php [L] +# RewriteRule ^haute-garonne/toulouse/installation-entretien-climatisation /haute-garonne/toulouse/climatisation.php [L] # Redirection de toutes les requĂȘtes vers Index.php RewriteRule ^ index.php [L,E=END:1] \ No newline at end of file