php_flag opcache.enable off

<IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteRule ^book/([0-9]+)/.*$ download.php?id=$1
</IfModule>