Browse Source

ajout du qsa sur les rewrites

master
Cabillot Julien 3 years ago
parent
commit
e5e6b531d6
1 changed files with 4 additions and 4 deletions
  1. 8
      root/.htaccess

8
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]
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]
Loading…
Cancel
Save