View Single Post
Old 06-19-2012, 11:03 AM   #48
gaspine
Member
gaspine began at the beginning.
 
Posts: 15
Karma: 12
Join Date: Apr 2012
Device: ipad
setting apache to works with the download/1/XXX.epub link :
the .htaccess :
Quote:
RewriteEngine on
RewriteOptions inherit
RewriteRule ^download/(.*)/.*\.(.*)$ fetch.php?id=$1&type=$2 [L]
if you have not mod_xsendfile, in the config file simply set :
$config['cops_x_accel_redirect'] = "location";


the download link now works with apache
gaspine is offline   Reply With Quote