laulau35 Il y a 2 mois Répondre
Bonjour
pour 1&1 voici le contenu du fichier :
AddType x-mapp-php5 .php .php3 .php4 .htm .html
Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([a-zA-Z0-9\-]*).html$ index.php?p=$1 [L]
par contre, il fonctionne bien sous Firefox, IE 9 mais PAS sur IE 8,
si quelqu'un avait la solution, je suis preneur.

Benjamin.D Il y a 2 mois Répondre
Un super tutoriel ! Vraiment très pratique !