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]

AddType application/x-httpd-php .html .htm