Add a default htaccess that handle URL rewriting

Este commit está contenido en:
Sébastien Lucas 2012-10-29 11:58:02 +01:00
padre 1f70886b44
commit c5dcc8afea
Se han modificado 1 ficheros con 6 adiciones y 0 borrados

6
.htaccess Archivo normal
Ver fichero

@ -0,0 +1,6 @@
<Files fetch.php>
XSendFile on
</Files>
RewriteEngine on
RewriteRule ^download/(.*)/.*\.(.*)$ fetch.php?data=$1&type=$2 [L]