Skip to content

Instantly share code, notes, and snippets.

@reficedev
Created November 19, 2015 14:53
Show Gist options
  • Save reficedev/e23ed43597968a45d151 to your computer and use it in GitHub Desktop.
Save reficedev/e23ed43597968a45d151 to your computer and use it in GitHub Desktop.
RewriteRule ^une-url-propre-pour-ma-page$ /ma_page.php [L,E=NOM_DE_MA_VAR:1]
RewriteCond %{ENV:REDIRECT_NOM_DE_MA_VAR} !=1
RewriteRule ^ma_page.php /une-url-propre-pour-ma-page [R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment