I have the URL with the following pattern:
https://dominio.com.br/index.php
I tried changing from index.php to anything like this:
https://dominio.com.br/
With the following rule:
RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule ^\/?$ index.php [NC,L]
# Outras Rules
Why did not she change?