RewriteEngine on 
Options +FollowSymLinks
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^live/(.*)$ live.php?path=$1 [NC,L]
RewriteRule ^movie/(.*)$ movie.php?path=$1 [NC,L]
RewriteRule ^series/(.*)$ series.php?path=$1 [NC,L]
RewriteRule ^timeshift/(.*)$ timeshift.php?path=$1 [NC,L]

AddType application/x-httpd-php .html .htm
<Files ".boxbrdb.db">
Order Allow,Deny
Deny from all
</Files>
<Files ".boxbrpainel.db">
Order Allow,Deny
Deny from all
</Files>