From c1fb3b2a16c66e32bd2446e5021e411d795a37ed Mon Sep 17 00:00:00 2001 From: Julien Cabillot Date: Sun, 29 Oct 2017 14:11:21 +0000 Subject: [PATCH] Ajout des rewrites --- root/.htaccess | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 root/.htaccess diff --git a/root/.htaccess b/root/.htaccess new file mode 100644 index 0000000..205c1f6 --- /dev/null +++ b/root/.htaccess @@ -0,0 +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