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]