1
I have the URL with the following pattern:
https://dominio.com.br/index.php
I tried to change from index.php to nothing, that way:
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
Because she hasn’t changed?