
Options -Indexes

RewriteEngine On

# a processar
RewriteRule ^(.*)-infd(.*)\.html$ /conteudos/detalhe/index.php?$2/$1 [L]
RewriteRule ^(.*)-infl(.*)\.html$ /conteudos/index.php?$2/$1 [L]

RewriteRule ^(.*)/(.*)/(.*)/(.*)\.html$ /index.php?$5/$4/$3/$2/$1 [L]
RewriteRule ^(.*)/(.*)/(.*)\.html$ /index.php?$4/$3/$2/$1 [L]
RewriteRule ^(.*)/(.*)\.html$ /index.php?$3/$2/$1 [L]
RewriteRule ^(.*)\.html$ /index.php?$2/$1 [L]

# php -- BEGIN cPanel-generated handler, do not edit
# NOTE this account's php is controlled via FPM and the vhost, this is a place holder.
# Do not edit. This next line is to support the cPanel php wrapper (php_cli).
# AddType application/x-httpd-ea-php70 .php .phtml
# php -- END cPanel-generated handler, do not edit
