diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..8edb378 --- /dev/null +++ b/.htaccess @@ -0,0 +1,6 @@ + + XSendFile on + + +RewriteEngine on +RewriteRule ^download/(.*)/.*\.(.*)$ fetch.php?data=$1&type=$2 [L]