| Code: |
|
Options +FollowSymlinks RewriteEngine on #Tutoriaux RewriteRule ^tutoriaux.html /modules.php?name=Tutoriaux [NC,L] RewriteRule ^tutoriaux-d1.html /modules.php?name=Tutoriaux&rop=tutoriaux&did=2 [NC,L] |
| Code: |
|
function replace_for_mod_rewrite(&$s) { $urlin = array( // tutoriaux "'(?<!/)modules.php\?name=Tutoriaux&rop=tutoriaux&did=2'", "'(?<!/)modules.php\?name=Tutoriaux'", ); $urlout = array( // tutoriaux "tutoriaux-d1.html", "tutoriaux.html", ); |
| Code: |
|
// Début du nécessaire à la réécriture d'URL $contents = ob_get_contents(); ob_end_clean(); echo replace_for_mod_rewrite($contents); // Début du nécessaire à la réécriture d'URL foot(); ?> |
Toutes les heures sont au format GMT + 2 Heures