Add another XSendFile use case on Wamp. Solution by mariosipad.

See http://www.mobileread.com/forums/showpost.php?p=2400853&postcount=281
This commit is contained in:
Sébastien Lucas 2013-01-30 23:51:16 +01:00
vecāks f4578376b2
revīzija 52393002b0
1 mainīti faili ar 6 papildinājumiem un 0 dzēšanām

Parādīt failu

@ -11,6 +11,12 @@
#XSendFile On
#XSendFileAllowAbove on
###########################################
# On WAMP one user had to add this line in his httpd.conf
# None of the abose was working
###########################################
#XSendFilePath <YourCalibrePath>
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^download/(.*)/.*\.(.*)$ fetch.php?data=$1&type=$2 [L]