Bjr à tous.
J'ai un soucis avec le .htaccess, dont je n'arrive pas à me servir
Je suis chez OVH en mutualisé PHP 60Mo pour ce site : inachisio.com
Alors j'ai créé un fichier .htaccess (sans .txt) qui contient ceci :
RewriteRule ^details_([0-9]+)\.html$ details.php?image_id=$1 [L]
RewriteRule ^categories_([0-9]+)\.html$ categories.php?cat_id=$1 [L]
RewriteRule ^postcards_([0-9]+)\.html$ postcards.php?image_id=$1 [L]
Je voudrais donc que la page :
http://www.inachisio.com/details.php?image_id=108
Puisse aussi s'afficher avec l'URL :
http://www.inachisio.com/details_108.html
Mais ca ne marche pas
Quelque chose doit manquer non ?
merci
J'ai un soucis avec le .htaccess, dont je n'arrive pas à me servir

Je suis chez OVH en mutualisé PHP 60Mo pour ce site : inachisio.com
Alors j'ai créé un fichier .htaccess (sans .txt) qui contient ceci :
RewriteRule ^details_([0-9]+)\.html$ details.php?image_id=$1 [L]
RewriteRule ^categories_([0-9]+)\.html$ categories.php?cat_id=$1 [L]
RewriteRule ^postcards_([0-9]+)\.html$ postcards.php?image_id=$1 [L]
Je voudrais donc que la page :
http://www.inachisio.com/details.php?image_id=108
Puisse aussi s'afficher avec l'URL :
http://www.inachisio.com/details_108.html
Mais ca ne marche pas

Quelque chose doit manquer non ?
merci