Skip to content

Instantly share code, notes, and snippets.

@novasky-zz
Created September 1, 2014 13:36
Show Gist options
  • Save novasky-zz/6a1a7f415f26e178cac8 to your computer and use it in GitHub Desktop.
Save novasky-zz/6a1a7f415f26e178cac8 to your computer and use it in GitHub Desktop.
Rewrite Rule - Regra de reescrita com suporte a querystrings
RewriteRule ^pagina/([a-z0-9-]+)/([0-9]+)/?$ /pagina.php?lang=pt-br&id=$2&%{QUERY_STRING} [NC]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment