From 515348ac474392183d212c4b3bc0f986989b0b37 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Fri, 20 May 2011 15:17:29 +0000 Subject: [PATCH] Modification des regles de rewrite --- public/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/.htaccess b/public/.htaccess index 7a9766d5..a23aade8 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,5 +1,5 @@ RewriteEngine On -RewriteCond %{REQUEST_FILENAME} -s [OR] +RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L]