From e5e6b531d66a992d8d2c43176555ba2c51031a5b Mon Sep 17 00:00:00 2001 From: Cabillot Julien Date: Tue, 5 Dec 2017 10:51:44 +0100 Subject: [PATCH] ajout du qsa sur les rewrites --- root/.htaccess | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/root/.htaccess b/root/.htaccess index 205c1f6..828021c 100644 --- a/root/.htaccess +++ b/root/.htaccess @@ -1,6 +1,6 @@ RewriteEngine On RewriteBase / -Rewriterule ^stream/$ /index.php?action=stream&$1 [L] -RewriteRule ^download/$ /index.php?action=download&$1 [L] -RewriteRule ^launchdownload/$ /index.php?action=launchdownload [L] -RewriteRule ^cleanList/$ /index.php?action=cleanList [L] \ No newline at end of file +Rewriterule ^stream/$ /index.php?action=stream&$1 [QSA,L] +RewriteRule ^download/$ /index.php?action=download&$1 [QSA,L] +RewriteRule ^launchdownload/$ /index.php?action=launchdownload [QSA,L] +RewriteRule ^cleanList/$ /index.php?action=cleanList [QSA,L]