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