Skip to content

Instantly share code, notes, and snippets.

@thierrypigot
Created May 28, 2015 08:13
Show Gist options
  • Save thierrypigot/2318d57d645e1a987f3a to your computer and use it in GitHub Desktop.
Save thierrypigot/2318d57d645e1a987f3a to your computer and use it in GitHub Desktop.
.htaccess : récriture d’url
# Permet de rediriger fiche-47-transports-le-ray.html vers fiche_adherents.php?id_adh=47Options +FollowSymlinks
RewriteEngine on
RewriteRule ^fiche-([0-9]+)-[a-z0-9_-]*\.html$ /fiche_adherents.php?id_adh=$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment