Protect a little more the .htaccess on case mod_rewrite is not available.

Этот коммит содержится в:
Sébastien Lucas 2013-01-27 07:15:50 +01:00
родитель 06faaaf71b
Коммит 49653db49c
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -11,8 +11,10 @@
#XSendFile On
#XSendFileAllowAbove on
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^download/(.*)/.*\.(.*)$ fetch.php?data=$1&type=$2 [L]
</IfModule>
###########################################
# Uncomment if you wish to protect acces with a password