Skip to content

Instantly share code, notes, and snippets.

@dinego
Created October 1, 2019 12:19
Show Gist options
  • Save dinego/a1464c30384d1f77b569fe0361e46200 to your computer and use it in GitHub Desktop.
Save dinego/a1464c30384d1f77b569fe0361e46200 to your computer and use it in GitHub Desktop.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^contato/?$ /contato.php [NC,L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment