We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
location /download/ { rewrite ^/download/(\d+)/.*\.(.*)$ /fetch.php?data=$1&type=$2 last; break; }
Apache : Should work out of the box with the supplied .htaccess
Cherokee (Thanks to Christophe) :
/cops/download/(.*)/.*\.(.*)$
/cops/download/(.*)/.*\.(.*)$" --> "/cops/fetch.php?data=$1&type=$2