| 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 |
| Code: |
| ob_start();
function replace_for_mod_rewrite(&$s) { $urlin = array( // EMPLACEMENT POUR PLACER LES DIVERS CODES DE REECRITURE ); $urlout = array( // EMPLACEMENT POUR PLACER LES DIVERS CODES DE REECRITURE ); $s = preg_replace($urlin, $urlout, $s); return $s; } |
| Code: |
| RewriteEngine on
RewriteRule ^fondateurs.html modules.php?name=News&file=article&sid=1 RewriteRule ^principe.html modules.php?name=News&file=article&sid=2 RewriteRule ^garanti.html modules.php?name=News&file=article&sid=3 RewriteRule ^euromillion.html modules.php?name=News&file=article&sid=4 RewriteRule ^loto.html modules.php?name=News&file=article&sid=6 RewriteRule ^gratuit.html modules.php?name=News&file=article&sid=7 RewriteRule ^syndicat.html modules.php?name=News&file=article&sid=8 RewriteRule ^gains.html modules.php?name=News&file=article&sid=9 RewriteRule ^gagnants.html modules.php?name=News&file=article&sid=10 RewriteRule ^videosjoueurs.html modules.php?name=News&file=article&sid=5 RewriteRule ^affilies.html modules.php?name=News&file=article&sid=13 RewriteRule ^jouez.html modules.php?name=News&file=article&sid=14 RewriteRule ^bonus.html modules.php?name=News&file=article&sid=15 RewriteRule ^adhesion.html modules.php?name=News&file=article&sid=12 RewriteRule ^videos.html modules.php?name=News&file=article&sid=11 RewriteRule ^forum.html forums.html RewriteRule ^conference.html modules.php?name=News&file=article&sid=16 RewriteRule ^newsletter.html modules.php?name=News&file=article&sid=17 RewriteRule ^faq.html modules.php?name=FAQ&myfaq=yes&id_cat=1&categories= RewriteRule ^contact.html modules.php?name=Feedback RewriteRule ^inscription.html modules.php?name=Your_Account&op=new_user RewriteRule ^compte.html modules.php?name=Your_Account |
Toutes les heures sont au format GMT + 2 Heures