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 ^xmltv.php(.*)$ api/xmltv.php?$1%{QUERY_STRING} [NC,L]
#RewriteRule ^player_api.php(.*)$ api/player_api.php?$1%{QUERY_STRING} [NC,L]

RewriteRule ^(.*)$ api/lms.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
