From 937cf20787c8833854747a2c08a3f89d9e7471f6 Mon Sep 17 00:00:00 2001 From: OsaAjani Date: Wed, 9 Dec 2015 19:11:03 +0100 Subject: [PATCH] Suppression redirection sur fichiers son --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index ced556b..7c194d1 100755 --- a/.htaccess +++ b/.htaccess @@ -1,2 +1,2 @@ RewriteEngine on -RewriteRule !\.(js|ico|ICO|gif|GIF|jpg|JPG|jpeg|JPEG|png|PNG|css|woff|ttf)$ index.php +RewriteRule !\.(js|ico|ICO|gif|GIF|jpg|JPG|jpeg|JPEG|png|PNG|css|woff|ttf|wav|ogg|mp3)$ index.php