RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^cliente(.*)$ cadastro_clientes.php [L]
RewriteRule ^advogado(.*)$ cadastro_advogados.php [L]
RewriteRule ^acesso(.*)$ acesso.php [L]

Options -Indexes
Options All -Indexes
