#-------------------------------------------------- # Répertoire : / #-------------------------------------------------- # Le serveur doit suivre les liens symboliques : Options +FollowSymlinks # Activation du module de réécriture d'URL : RewriteEngine on #-------------------------------------------------- # Règles de réécriture d'URL : #-------------------------------------------------- # Index choix langue RewriteRule ^verreboisconcept_(.*)_(.*).html$ http://verrebois.concept.free.fr/p_index.php?lang=$2 [L] # Index choix destination RewriteRule ^index_(.*)_(.*)_(.*).html$ http://verrebois.concept.free.fr/p_index.php?lang=$2&p=$3 [L] # Menu index (changement langue) : RewriteRule ^langue_(.*)_(.*)_(.*).html$ http://verrebois.concept.free.fr/p_index.php?lang=$2&p=$3 [L] # Liste des biens (boutique) RewriteRule ^liste_(.*)_(.*)_(.*)_(.*).html$ http://verrebois.concept.free.fr/p_index.php?lang=$2&p=$3&liste=$4 [L] # Page suivante / précedente / numéro (boutique) RewriteRule ^page_(.*)_(.*)_(.*)_(.*),(.*),(.*),(.*).html$ http://verrebois.concept.free.fr/p_index.php?lang=$2&p=$3&title=$4&limite=$5&page=$6$7 [L] # Promotion d'un produit RewriteRule ^promo_(.*)_(.*)_(.*)_(.*)_(.*)_(.*)_(.*).html$ http://verrebois.concept.free.fr/p_index.php?lang=$2&p=$3&liste=$4&promo=$5&highlight=$6&title=$7 [L] # Bien (Fiche produit) RewriteRule ^produit_(.*)_(.*)_(.*)_(.*)_(.*).html$ http://verrebois.concept.free.fr/p_index.php?lang=$2&p=$3&id=$4&title=$5 [L] # Contact (produit) RewriteRule ^C_(.*)_(.*)_(.*)_(.*)_(.*)_(.*).html$ http://verrebois.concept.free.fr/p_index.php?lang=$2&p=$3&type=$4&id=$5&title=$6 [L] # Recherche des biens RewriteRule ^R_(.*)_(.*)_(.*)_(.*)_(.*)_(.*).html$ http://verrebois.concept.free.fr/p_index.php?lang=$2&p=$3&id=$4&recherche=$5&prixmax=$6 [L] # Sélection des biens (suppression) RewriteRule ^selection-s_(.*)_(.*)_(.*).html$ http://verrebois.concept.free.fr/p_selection.php?lang=$2&supprimer=$3 [L] # Sélection des biens (ajout) RewriteRule ^selection-a_(.*)_(.*)_(.*).html$ http://verrebois.concept.free.fr/p_selection.php?lang=$2&id_bien=$3 [L] # Sélection des biens (visuel) RewriteRule ^selection_(.*)_(.*).html$ http://verrebois.concept.free.fr/p_selection.php?lang=$2 [L]