Skip to content

Instantly share code, notes, and snippets.

@thierrypigot
Created September 3, 2015 10:04
Show Gist options
  • Save thierrypigot/115dda7b52c52efeebd4 to your computer and use it in GitHub Desktop.
Save thierrypigot/115dda7b52c52efeebd4 to your computer and use it in GitHub Desktop.
Rewrite url
RewriteEngine On
RewriteRule ^produit/(.*)$ produit?prod=$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment