<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /sistema_juridico/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /sistema_juridico/index.php [L]
</IfModule>