Created
May 28, 2015 08:13
-
-
Save thierrypigot/2318d57d645e1a987f3a to your computer and use it in GitHub Desktop.
.htaccess : récriture d’url
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
| # 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