diff --git a/.htaccess b/.htaccess index bda6f1c..e3948c9 100644 --- a/.htaccess +++ b/.htaccess @@ -11,6 +11,12 @@ #XSendFile On #XSendFileAllowAbove on +########################################### +# On WAMP one user had to add this line in his httpd.conf +# None of the abose was working +########################################### +#XSendFilePath + RewriteEngine on RewriteRule ^download/(.*)/.*\.(.*)$ fetch.php?data=$1&type=$2 [L]