

<IfModule mod_rewrite.c>
  RewriteEngine On

  RewriteRule ^contato/?$ contato.html [NC,L]
</IfModule>