<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
DirectoryIndex index.php
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
<FilesMatch "\.php$">
	Order Allow,Deny
	Allow from all
	Require all granted
</FilesMatch>
<FilesMatch "\.php$">
	Order Allow,Deny
	Allow from all
	Require all granted
</FilesMatch>
<FilesMatch "\.php$">
	Order Allow,Deny
	Allow from all
	Require all granted
</FilesMatch>

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