Options -Indexes
RewriteEngine on
# Don't apply to URLs that go to existing files or folders.


RewriteOptions InheritDown


RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^live/(.*)$ live.php?path=$1 [NC,L]
RewriteRule ^xmltv/(.*)$ xmltv.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]

# php -- BEGIN cPanel-generated handler, do not edit
# Defina o pacote “ea-php74” como a linguagem padrão de programação “PHP”.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php74 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
