Check of xsendfile is available.

This commit is contained in:
Gaspine 2013-01-10 15:33:01 +01:00
parent 1f9befb4e8
commit 98362a6d39
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
<IfModule mod_xsendfile.c>
<Files fetch.php> <Files fetch.php>
XSendFile on XSendFile on
</Files> </Files>
</IfModule>
########################################### ###########################################
# If the notation above don't work, you can try that one # If the notation above don't work, you can try that one