Created
September 1, 2014 13:36
-
-
Save novasky-zz/6a1a7f415f26e178cac8 to your computer and use it in GitHub Desktop.
Rewrite Rule - Regra de reescrita com suporte a querystrings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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