Add a default htaccess that handle URL rewriting
This commit is contained in:
parent
1f70886b44
commit
c5dcc8afea
1 changed files with 6 additions and 0 deletions
6
.htaccess
Normal file
6
.htaccess
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<Files fetch.php>
|
||||||
|
XSendFile on
|
||||||
|
</Files>
|
||||||
|
|
||||||
|
RewriteEngine on
|
||||||
|
RewriteRule ^download/(.*)/.*\.(.*)$ fetch.php?data=$1&type=$2 [L]
|
Loading…
Add table
Add a link
Reference in a new issue